You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2014/12/03 21:56:41 UTC

[Bug 7109] New: Test for Spamhaus CSS missing

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

            Bug ID: 7109
           Summary: Test for Spamhaus CSS missing
           Product: Spamassassin
           Version: SVN Trunk (Latest Devel Version)
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Rules
          Assignee: dev@spamassassin.apache.org
          Reporter: rufus-inet@hackish.org

The RCVD_IN_CSS rule that checks a relay against the Spamhaus CSS list seems to
have disappeared.  Looking at my 3.3.x rules the test existed in 72_active.cf. 
In my 3.4.x rules it no longer exists.

It seems like the follow should be added to 20_dnsbl_tests.cf, around where the
other Spamhaus ZEN checks are done:

# CSS is the Spamhaus Block List: http://www.spamhaus.org/css/
header RCVD_IN_CSS              eval:check_rbl_sub('zen', '127.0.0.3')
describe RCVD_IN_CSS            Received via a relay in Spamhaus CSS
tflags RCVD_IN_CSS              net
reuse  RCVD_IN_CSS

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

[Bug 7109] Test for Spamhaus CSS missing

Posted by bu...@bugzilla.spamassassin.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=7109

AXB <ax...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from AXB <ax...@gmail.com> ---
atm SVN is down for maintenance but this is the rule I'll be commiting:

# CSS is the Spamhaus CSS Component of the SBL List:
http://www.spamhaus.org/css/
header RCVD_IN_SBL_CSS        eval:check_rbl_sub('zen', '127.0.0.3')
describe RCVD_IN_SBL_CSS    Received via a relay in Spamhaus SBL-CSS
tflags RCVD_IN_SBL_CSS        net
reuse  RCVD_IN_SBL_CSS

score RCVD_IN_SBL_CSS 0 3.558 0 3.335 # n=0 n=2


You can temporarily add to you local.cf

As soon as I can commit and sa-update pushes it it will show up in 
20_dnsbl_tests.cf

Thanks for the heads up

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

[Bug 7109] Test for Spamhaus CSS missing

Posted by bu...@bugzilla.spamassassin.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=7109

--- Comment #1 from AXB <ax...@gmail.com> ---
looking...

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