Re: [exim] Another Ratelimit feature request

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Marc Sherman
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: 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