Re: [exim] Another Ratelimit feature request

Top Pagina
Delete this message
Reply to this message
Auteur: Marc Sherman
Datum:  
Aan: exim-users
Onderwerp: Re: [exim] Another Ratelimit feature request
Renaud Allard wrote:
>
> Not if you want to filter like this:
> It's your 70th mail in 5 minutes and you are listed on spamcop, so I
> really prefer to deny your mail.


Yes, it is. Filters are run by routers, not ACLs. Once you get to the
routers, the message has already been accepted, so it's too late to
deny; all you can do is :blackhole: or bounce.

- Marc