[exim-dev] [Bug 428] Greatly expand ratelimit features

Top Page
Delete this message
Reply to this message
Author: bug428
Date:  
To: exim-dev
Old-Topics: [exim-dev] [Bug 428] New: Greatly expand ratelimit features
Subject: [exim-dev] [Bug 428] Greatly expand ratelimit features
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.

http://www.exim.org/bugzilla/show_bug.cgi?id=428





------- Comment #7 from ph10@??? 2007-06-20 12:06 -------
There seem to be some anomalies, both in the patch and in the original code.
The original includes /per_xxx in the key, but only if it is explicitly given.
So the default is lacking it. Also, although per_cmd and per_rcpt are supposed
to be synonymous, they are used as specified in the config, so could create two
different keys. A bug in the new code makes it not quite compatible with the
old: you insert "/ strict /" for example in the key, but the old code, since it
uses what's given by the user, might have "/strict /" or even "/strict/". I
propose to clean all this up and generate standardised keys. It will mean that
old behaviour might be forgotten on an Exim upgrade, but I don't think this is
a huge problem.

--
Configure bugmail: http://www.exim.org/bugzilla/userprefs.cgi?tab=email