dovecot-2.1: mbox: X-Delivery-ID: and X-IMAP: headers weren't dr...
dovecot at dovecot.org
dovecot at dovecot.org
Thu Jun 12 20:52:56 UTC 2014
details: http://hg.dovecot.org/dovecot-2.1/rev/d50ac1b3330d
changeset: 15019:d50ac1b3330d
user: Timo Sirainen <tss at iki.fi>
date: Thu Jun 12 23:51:28 2014 +0300
description:
mbox: X-Delivery-ID: and X-IMAP: headers weren't dropped from incoming mails.
Because of a missing comma.. Found by Coverity.
diffstat:
src/lib-storage/index/mbox/mbox-storage.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 1afc053e0f88 -r d50ac1b3330d src/lib-storage/index/mbox/mbox-storage.c
--- a/src/lib-storage/index/mbox/mbox-storage.c Thu Jun 05 11:30:19 2014 +0300
+++ b/src/lib-storage/index/mbox/mbox-storage.c Thu Jun 12 23:51:28 2014 +0300
@@ -53,7 +53,7 @@
const char *mbox_save_drop_headers[] = {
"Content-Length",
"Status",
- "X-Delivery-ID"
+ "X-Delivery-ID",
"X-IMAP",
"X-IMAPbase",
"X-Keywords",
More information about the dovecot-cvs
mailing list