aboutsummaryrefslogtreecommitdiff
path: root/src/mailfromd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailfromd.h')
-rw-r--r--src/mailfromd.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mailfromd.h b/src/mailfromd.h
index ace58e88..61bd3ae1 100644
--- a/src/mailfromd.h
+++ b/src/mailfromd.h
@@ -78,8 +78,9 @@ typedef enum mf_status_code {
/* SMTP (libmilter) states */
enum smtp_state {
smtp_state_none,
+ smtp_state_begin,
+ smtp_state_first=smtp_state_begin,
smtp_state_connect,
- smtp_state_first=smtp_state_connect,
smtp_state_helo,
smtp_state_envfrom,
smtp_state_envrcpt,
@@ -89,6 +90,8 @@ enum smtp_state {
smtp_state_body,
smtp_state_eom,
+ smtp_state_end,
+
smtp_state_count
};
@@ -782,6 +785,7 @@ typedef int (*db_expire_t)(const void *content);
struct db_format {
char *name;
char *dbname;
+ int enabled;
time_t expire_interval;
db_item_printer_t print_item;
db_expire_t expire;

Return to:

Send suggestions and report system problems to the System administrator.