stored counter stats

This commit is contained in:
SJ
2014-05-05 16:00:33 +02:00
parent 3bf589ab5c
commit f356574ea5
9 changed files with 16 additions and 9 deletions

View File

@@ -196,7 +196,7 @@ struct session_data {
int direction;
int tls;
int spam_message;
int fd, hdr_len, tot_len, store_len, num_of_rcpt_to, rav;
int fd, hdr_len, tot_len, stored_len, num_of_rcpt_to, rav;
int need_scan;
float __acquire, __parsed, __av, __store, __compress, __encrypt;
char bodydigest[2*DIGEST_LENGTH+1];