On 11/03/2022 19:24, Sławomir Dworaczek via Exim-users wrote:
Anyone know how to get a message delivered before bogofilter classifies it as
spam?
Your "bogofilter" is external to exim. Your exim config decides
when to call it. Probably you need to understand how your config's
routing chain w
Anyone know how to get a message delivered before bogofilter classifies it as
spam?
Regards slawek
- Original Message -
From: Sławomir Dworaczek
To: 'Mailing List'
Sent: Wednesday, February 16, 2022 10:12 PM
Subject: bypassing the bogofilter check
Hello
How to deliver
On Wed, 16 Feb 2022, Jeremy Harris via Exim-users wrote:
> From: Jeremy Harris via Exim-users
> To: exim-users@exim.org
> Date: Wed, 16 Feb 2022 22:43:55 +
> Subject: Re: [exim] bypassing the bogofilter check
>
> On 16/02/2022 21:12, Sławomir Dworaczek via Exim-users
Hello
bogofilter is an anti-spam filter, the point is that emails that are tagged
as spam from a certain address, e.g. f...@bar.fo and are to be sent to the
user and not to spam, the rest of the e-mails are to be filtered
regards
Slawek
--
## List details at https://lists.exim.org/mailman/listi
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
On Wed, Feb 16, 2022 at 10:12:07PM +0100, Sławomir Dworaczek via Exim-users
wrote:
> How to deliver message before bogofilter check it.
What's the sense to check message which is already delivered, i.e.
went out of MTA control? :) Probably you have asked a wrong question.
If you want to skip
Hello
How to deliver message before bogofilter check it.
bogo_router:
domains = +local_domains
no_verify
condition = ${if !eq {$received_protocol}{bogodone} {1}{0}}
driver = accept
transport = bogo_transport
and
bogo_transport:
driver = pipe
command = /usr/local/exim/bin/exim -oMr bogod