Displaying 2 results from an estimated 2 matches for "deliver_log".
2007 Dec 11
1
dovecot deliver errors
...in str-sanitize.c
(gdb) #0 0x080d017a in str_sanitize_append (dest=0x80ee2f8, src=0x0,
max_len=80)
at str-sanitize.c:11
p = <value optimized out>
#1 0x080d02ce in str_sanitize (src=0x0, max_len=80) at str-sanitize.c:35
str = (string_t *) 0x80ee2f8
#2 0x080594f4 in deliver_log (mail=0x8107a48,
fmt=0x80d349b "saved mail to %s") at deliver.c:120
args = 0xbfb087d8 "\200<DA>\016\b"
str = (string_t *) 0x80ee120
#3 0x0805979f in deliver_save (namespaces=0x80f7a90, storage_r=0xbfb088e8,
mailbox=0x80ded98 "INBOX", mail...
2020 Mar 27
0
Deliver log with "msgid=?" when email come from Exchange/Office 365
Hi,
I noticed that all emails that come from Exchange/Office 365 have the
message-id, in deliver log, reported as
msgid=? <DBBPRDD0 at DBBPR023.eurprd08.prod.outlook.com>
instead of expected
msgid=<DBBPRDD0 at DBBPR023.eurprd08.prod.outlook.com>
My deliver_log format is:
deliver_log_format = deliverytime=%{delivery_time}, msgid=%m, sender=%e,
from=%f, subject="%s": %$
The behaviour is the same on Dovecot 2.2 and 2.3, and only dovecot have
the "?", we have a mail filter before dovecot and the message-id is
registred fine, without...