http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5564
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
------- Additional Comments From [EMAIL PROTECTED] 2007-07-17 06:05 -------
Justin points out that this makes __RDNS_DYNAMIC_IPADDR2 redundant.
--1-- ------2------
[a-z]\S*\d+[^\d\s]\d+[^\d\s]\d+[^\d\s]\d+[^\d\s][^\.]*\.\S+\.\S+ (orig)
\S*\d+[^\d\s]\d+[^\d\s]\d+[^\d\s]\d+ \S* \.\S+\.\S+ (new)
\d+[^\d\s]\d+[^\d\s]\d+[^\d\s]\d+[^\d\s][^\.]*\.\S+\.\S+ (IPADDR2)
We'll drop the __RDNS_DYNAMIC_IPADDR2 predicate as, when fixed as per part 2, it
is the same regex as the new RDNS_DYNAMIC_IPADDR without the \S* at the
beginning, which makes IPADDR2 a proper subset of IPADDR. Since they're being
OR'ed, there's no reason to keep it around.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.