https://bugs.exim.org/show_bug.cgi?id=2275
Jeremy Harris <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] Status|NEW |ASSIGNED --- Comment #1 from Jeremy Harris <[email protected]> --- Yup, this has been buggy since content-scanning was introduced. So far as MIME ACL vs. cutthrough, it depends on what your ACL does and how much you care about wasted onward-connections and the data therein. If you "deny" as a result of the MIME ACL (the same as the DATA ACL) the only thing cutthrough can do is abandon the connection without sending a final-dot. (Actually there's a buglet there as well, currently. I'll do the two fixes together). You can't add headers, so "warn" makes no sense. You could just be logging extra info or writing into a database... -- You are receiving this mail because: You are on the CC list for the bug. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
