Re: [exim] delay with ratelimit

2006-01-24 Thread Kerstin Espey
Am Montag, 23. Januar 2006 11:49 schrieb Tony Finch: > Er, yes, that's probably a documentation bug. Try wrapping $sender_rate > like this > ${sg {$sender_rate_limit} {[.].*} {} } > Thank you! This one works fine for me: delay = ${eval: ${sg {$sender_rate} {[.].*} {} } - $sender_rate_limi

Re: [exim] delay with ratelimit

2006-01-23 Thread Tony Finch
On Mon, 23 Jan 2006, Kerstin Espey wrote: > > # Slow down fast senders > warn > ratelimit = 100 / 1h / per_rcpt / strict > delay = ${eval: $sender_rate - $sender_rate_limit }s > > I can't get this working, because $sender_rate is not an integer but something > like 5.9, which does not work

Re: [exim] delay with ratelimit

2006-01-23 Thread Bill Hacker
Kerstin Espey wrote: Hi, I have updated to exim 4.60 for the use of the ratelimit condition. Reading the spec.txt, I found this example: # Slow down fast senders warn ratelimit = 100 / 1h / per_rcpt / strict delay = ${eval: $sender_rate - $sender_rate_limit }s I can't get this worki

[exim] delay with ratelimit

2006-01-23 Thread Kerstin Espey
Hi, I have updated to exim 4.60 for the use of the ratelimit condition. Reading the spec.txt, I found this example: # Slow down fast senders warn ratelimit = 100 / 1h / per_rcpt / strict delay = ${eval: $sender_rate - $sender_rate_limit }s I can't get this working, because $sender_rate