mirror of
https://bitbucket.org/jsuto/piler.git
synced 2026-04-05 18:19:19 +02:00
parse the Delivery-date: header field if the Date: field is missing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user