Re: [exim] Another Ratelimit feature request

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Marc Sherman
Data:  
Para: exim-users
Assunto: 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