![]() |
SA Bugzilla – Full Text Bug Listing |
Summary: | Changes on SURBL.org to SC, AB, JP & WS | ||
---|---|---|---|
Product: | Spamassassin | Reporter: | Kevin A. McGrail <kmcgrail> |
Component: | Rules | Assignee: | SpamAssassin Developer Mailing List <dev> |
Status: | NEW --- | ||
Severity: | normal | CC: | giovanni, kmcgrail |
Priority: | P2 | ||
Version: | SVN Trunk (Latest Devel Version) | ||
Target Milestone: | Undefined | ||
Hardware: | PC | ||
OS: | Windows 7 | ||
Whiteboard: |
Description
Kevin A. McGrail
2015-12-21 17:15:38 UTC
Change #1 done for trunk and 3.4 branch svn commit -m 'Change #1 from bug 7279 for SURBL list changes for 3.4' Sending rules/25_uribl.cf Sending rules/30_text_de.cf Sending rules/30_text_pt_br.cf Sending rules/50_scores.cf Transmitting file data .... Committed revision 1721238. svn commit -m 'Change #1 from bug 7279 for SURBL list changes for trunk' Sending rules/25_uribl.cf Sending rules/30_text_de.cf Sending rules/30_text_pt_br.cf Sending rules/50_scores.cf Transmitting file data .... Committed revision 1721241. 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 |