Re: [exim] Ratelimit Tricks

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Eli
Datum:  
To: exim-users
Betreff: Re: [exim] Ratelimit Tricks
Dean wrote:
> There is currently no way to read a ratelimit value without incrementing
> at least once.


Are you sure? After reading what the per_cmd option does for ratelimit, it
sounds as if you merely need to have it after a condition that will pass
when you want it to, and fail otherwise (in which case the ratelimit command
will never be processed).

Eli.