https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7279
--- Comment #2 from Kevin A. McGrail <[email protected]> --- If someone is inclined to test, might be able to add metas for the old rule names to stop customized places from getting a rule error. Something like this? Index: rules/25_uribl.cf =================================================================== --- rules/25_uribl.cf (revision 1721241) +++ rules/25_uribl.cf (working copy) @@ -117,6 +117,7 @@ #describe URIBL_SC_SURBL Contains an URL listed in the SC SURBL blocklist #tflags URIBL_SC_SURBL net #reuse URIBL_SC_SURBL +meta URIBL_SC_SURBL (0) urirhssub URIBL_WS_SURBL multi.surbl.org. A 4 body URIBL_WS_SURBL eval:check_uridnsbl('URIBL_WS_SURBL') @@ -142,8 +143,11 @@ #describe URIBL_AB_SURBL Contains an URL listed in the AB SURBL blocklist #tflags URIBL_AB_SURBL net #reuse URIBL_AB_SURBL +meta URIBL_AB_SURBL (0) #JP MOVED INTO ABUSE AS WELL AND BIT REUSED per bug 7279 +meta URIBL_JP_SURBL (0) + urirhssub URIBL_ABUSE_SURBL multi.surbl.org. A 64 body URIBL_ABUSE_SURBL eval:check_uridnsbl('URIBL_ABUSE_SURBL') describe URIBL_ABUSE_SURBL Contains an URL listed in the ABUSE SURBL blocklist -- You are receiving this mail because: You are the assignee for the bug.
