On 24/02/2020 11:24, Heiko Schlichting via Exim-users wrote: > after upgrading to exim 4.93.0.4 it complains about > > 2020-02-24 11:08:47 1j6AfP-002SAT-9R Taint mismatch, string_vformat: spam > 404 > > in SMTP DATA ACL. The config looks like this: > > deny message = This message was classified as SPAM > spam = nobody/defer_ok > > The message is temporarily rejected. Any idea?
As far as I can see, that's a "shouldn't happen"; both of the relevant args going to string_vformat() from there should be untainted. If you can build from source, could you try the current git master? There have been fixes in taint-detection since the version you are running. -- Cheers, Jeremy -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
