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

           Summary: Incorrect looking syntax for - header RCVD_IN_CSS
           Product: Spamassassin
           Version: 3.3.0
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Rules
        AssignedTo: [email protected]
        ReportedBy: [email protected]


The rule "header RCVD_IN_CSS" in 72_active.cf looks like this:

1808:header RCVD_IN_CSS              eval:check_rbl_sub('zen',
'zen.spamhaus.org.', '127.0.0.3')


By my reading of the docs, that's incorrect.  It should either be:

header RCVD_IN_CSS              eval:check_rbl_sub('zen', '127.0.0.3')

or

header RCVD_IN_CSS              eval:check_rbl('zen', 'zen.spamhaus.org.',
'127.0.0.3')

Am I just confused, or is this wrong?

-- 
Configure bugmail: 
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to