ossp-pkg/lmtp2nntp/fixme.h 1.13 -> 1.14
--- fixme.h 2002/02/07 08:59:44 1.13
+++ fixme.h 2002/02/13 16:25:38 1.14
@@ -29,6 +29,17 @@
char *lhlo_domain;
};
#include <sys/utsname.h>
+
+struct headerrule_st;
+typedef struct headerrule_st headerrule_t;
+struct headerrule_st {
+ headerrule_t *next;
+ int pri;
+ char *regex;
+ char *header;
+ char *val;
+};
+
typedef struct {
l2_context_t ctx;
val_t *val;
@@ -38,8 +49,13 @@
char *option_operationmodefakestatus;
char *option_operationmodefakedsn;
int option_maxmessagesize;
+
+ headerrule_t *option_firstheaderrule;
+ /* FIXME obsolete */
char *azHeaderValuePairs;
size_t asHeaderValuePairs;
+
+
int option_timeout_lmtp_accept;
int option_timeout_lmtp_read;
int option_timeout_lmtp_write;
|
|