count the stored size

This commit is contained in:
SJ
2014-05-05 15:08:38 +02:00
parent 605104224a
commit 8c12662ddc
4 changed files with 5 additions and 3 deletions

View File

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