https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6880

Mark Martinec <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---
   Target Milestone|Undefined                   |3.4.0

--- Comment #5 from Mark Martinec <[email protected]> ---
This change is breaking tests, at least the t/uribl_all_types.t :


For example:

t/uribl_all_types.t now generates:

 1.0 X_URIBL_IPSONLY        No description available.
                            [URIs: 144.137.3.98]
 1.0 X_URIBL_DOMSONLY       No description available.
                            [URIs: uribl-example-c.com]

while previously would produce a:

 1.0 X_URIBL_IPSONLY        X_URIBL_IPSONLY
                            [URIs: 144.137.3.98]
 1.0 X_URIBL_DOMSONLY       X_URIBL_DOMSONLY
                            [URIs: uribl-example-c.com]


The test has a hard-coded pattern of the expected result:

%patterns = (
   q{ X_URIBL_IPSONLY [URIs: 144.137.3.98] } => 'X_URIBL_IPSONLY',
   q{ X_URIBL_DOMSONLY [URIs: uribl-example} => 'X_URIBL_DOMSONLY',
);

which no longer matches - tests 2 and 3 are failing.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to