------- 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 [EMAIL PROTECTED] 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 -- ## List details at http://www.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
