ossp-pkg/lmtp2nntp/msg.h 1.5 -> 1.6
--- msg.h 2001/09/04 09:46:06 1.5
+++ msg.h 2001/09/11 13:41:22 1.6
@@ -28,6 +28,8 @@
#define __MSG_H__
#include <sys/types.h>
+#include "l2.h"
+#include "lmtp2nntp.h"
typedef struct {
char *azEnvgroups; /* Groups according to Envelope in GROUPMODE_ENVELOPE */
@@ -35,6 +37,7 @@
char *cpMsg; /* the wholly message to be received by DATA command */
char *azHeaders; /* header part of message above */
size_t asHeaders;
+ char *cpFid; /* foreign (aka sendmail queue) id from parsing headers */
char *cpBody; /* body part of message above */
char *cpMsgid;
char *mail_from;
@@ -42,6 +45,7 @@
size_t asRcpt;
char *azNewsgroups;
size_t asNewsgroups;
+ l2_stream_t *l2;
} msg_t;
#define WRAPAT 120 /* join wraps header lines when exceeding this value */
|
|