On 16/02/2022 21:12, Sławomir Dworaczek via Exim-users wrote:
How to deliver message before bogofilter check it.
Guessing somewhat, as we don't know what this "bogofilter" does. Presumably you didn't write this bit of config yourself... From the condition on the router and the diversion to a pipe transport, it seems the bogofilter does all its work as a transport-filter. The pipe transport then re-injects the message using a "protocol" that the router checks. So you could just comment out that router (and probably the transport too). That assumes the "bogodone" protocol is not mentioned anywhere else, and that named transport is not called from anywhere else. -- 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/
