On 2011-02-17 16:49, Jan Ingvoldstad wrote:
> Strangely enough, even though I use strict copy-and-paste replacing
> ONLY the number and 'd' in "1d" (or 'm' in "1m"), the ratelimit per
> hour is NEVER activated. At the time of testing my rate was, according
> to the logging rule:
Are you using ratelimits anywhere else? The ratelimit db key
is built only with the parameters you give (minus the limit value).
I'm wondering if you have a key collision; if so you could try
extending ( eg: ratelimit = 60 / 1d / strict / ${authenticated_id}_ATX ).
Try watching your database with exim_dumpdb; does that 1-hour
entry do what you expect in tests?
--
Cheers,
Jeremy