dovecot-2.2: mbox: X-Delivery-ID: and X-IMAP: headers weren't dr...
dovecot at dovecot.org
dovecot at dovecot.org
Thu Jun 12 23:20:35 UTC 2014
details: http://hg.dovecot.org/dovecot-2.2/rev/362ad646e37a
changeset: 17457:362ad646e37a
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 beb44a468a73 -r 362ad646e37a src/lib-storage/index/mbox/mbox-storage.c
--- a/src/lib-storage/index/mbox/mbox-storage.c Thu Jun 12 23:47:55 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