Re: [exim] Another Ratelimit feature request

Inizio della pagina
Delete this message
Reply to this message
Autore: Marc Sherman
Data:  
To: exim-users
Oggetto: 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