parse the Delivery-date: header field if the Date: field is missing

This commit is contained in:
SJ
2012-12-03 14:21:55 +01:00
parent 47de67e4bc
commit 0ded5892db
6 changed files with 9 additions and 4 deletions

View File

@@ -188,7 +188,7 @@ struct session_data {
float __acquire, __parsed, __av, __store, __compress, __encrypt;
char bodydigest[2*DIGEST_LENGTH+1];
char digest[2*DIGEST_LENGTH+1];
time_t now, sent, retained;
time_t now, sent, delivered, retained;
char ms_journal, ms_journal_dropped;
int journal_envelope_length, journal_bottom_length;
#ifdef NEED_MYSQL