Re: [exim] Spam block idea:

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Marc Sherman
Date:  
À: exim-users
Sujet: Re: [exim] Spam block idea:
Fred Viles wrote:
>
> Set an acl_cN variable in the RCPT ACL when you see one of the bogus
> addresses, as already suggested. But instead of rejecting in the pre-
> data or data ACL based on it, put a redirect router first that
> accepts when the variable is set and redirects to :blackhole:.


acl_mN. If he uses a _cN variable, it will :blackhole: all messages
that come in on that connection, which would be all the mail he picks up
in that fetchmail run.

- Marc