------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1411 Summary: cutthrough delivery ignores "add_header" Product: Exim Version: 4.82 Platform: Other OS/Version: Linux Status: NEW Severity: bug Priority: medium Component: ACLs AssignedTo: [email protected] ReportedBy: [email protected] CC: [email protected] I have the following in my data acl: accept condition = ${if >{$acl_c_spam_hits}{2}} add_header = X-JunkIt: $acl_c_spam_list control = fakereject/Your email has been rejected due to it looking like Spam. ($acl_c_spam_list) logwrite = GREPULAR(DATA/fakereject): $acl_c_spam_list Since I turned on cutthrough delivery, emails that I can see are being "fakerejected" in the logs, no longer have the "X-Junk-It" header on them. It would seem that add_header is ignored for cutthrough delivered mail. -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
