Autor: Jasen Betts Datum: To: exim-users Betreff: Re: [exim] Handling Spam in outgoing mail queue
On 2018-10-15, Brent Clark via Exim-users <exim-users@???> wrote: > Good day Guys
>
> I would just like to double check something with the community.
>
> I would like to ask, how do you guys handle outgoing SPAM queue?
We have one of the early routers check for a flag agaisnt the user-id that
sent the mail (condition=${lookup...}), when something bad happens
we set the flag and exim delivers all that user-id's mail to >/dev/null
We use postgresql, but memcached and redis, or just plain filesystem
lookups would work too.