added spam result detection support

This commit is contained in:
SJ
2012-01-26 14:35:51 +01:00
parent 57b0c1d650
commit a7df7986ae
9 changed files with 35 additions and 1 deletions

View File

@@ -156,6 +156,7 @@ struct session_data {
char attachments[SMALLBUFSIZE];
char internal_sender, internal_recipient, external_recipient;
int direction;
int spam_message;
int fd, hdr_len, tot_len, num_of_rcpt_to, rav;
int need_scan;
float __acquire, __parsed, __av, __store, __compress, __encrypt;