diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-03-11 19:45:57 +0300 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-03-11 19:45:57 +0300 |
commit | 512154c538336e68b59ef0ed2c87ef9ba1e94151 (patch) | |
tree | 9aa7ca19d9207d17d6bb58252a8219aa0d7cc2d9 /src/main.h | |
parent | 847e20651fd679b45e90fd7e0f2dc43dd746a90c (diff) | |
download | rspamd-512154c538336e68b59ef0ed2c87ef9ba1e94151.tar.gz rspamd-512154c538336e68b59ef0ed2c87ef9ba1e94151.zip |
* Add log line for each message in SA style
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h index 0a727bcce..7b7c221ca 100644 --- a/src/main.h +++ b/src/main.h @@ -175,6 +175,7 @@ struct worker_task { char *helo; /**< helo header value */ char *from; /**< from header value */ char *queue_id; /**< queue id if specified */ + const char *message_id; /**< message id */ GList *rcpt; /**< recipients list */ unsigned int nrcpt; /**< number of recipients */ struct in_addr from_addr; /**< client addr in numeric form */ |