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 2010/02/02 05:20:09 UTC

[Bug 6318] New: Incorrect looking syntax for - header RCVD_IN_CSS

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: dev@spamassassin.apache.org
        ReportedBy: brong@fastmail.fm


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.

[Bug 6318] Incorrect looking syntax for - header RCVD_IN_CSS

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

Mark Martinec <Ma...@ijs.si> changed:

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

--- Comment #3 from Mark Martinec <Ma...@ijs.si> 2010-02-02 07:34:40 UTC ---
Moving discussion to Bug 6294.

*** This bug has been marked as a duplicate of bug 6294 ***

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

[Bug 6318] Incorrect looking syntax for - header RCVD_IN_CSS

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

--- Comment #1 from Warren Togami <wt...@redhat.com> 2010-02-01 21:18:01 UTC ---
And shouldn't it be lastexternal?

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

[Bug 6318] Incorrect looking syntax for - header RCVD_IN_CSS

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

Mark Martinec <Ma...@ijs.si> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P5                          |P4
   Target Milestone|Undefined                   |3.3.1

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

[Bug 6318] Incorrect looking syntax for - header RCVD_IN_CSS

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

--- Comment #2 from Daryl C. W. O'Shea <sp...@dostech.ca> 2010-02-01 16:30:57 EST ---
lastexternal, no.  CSS lists snowshoe hosts, not just any dynamic address. 
lastexternal should only be used when a list includes IPs just because they're
dynamic or consumer IPs, etc.

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