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 2009/06/09 04:07:02 UTC

[Bug 6128] New: RCVD_IN_DNSWL rules are ignored

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

           Summary: RCVD_IN_DNSWL rules are ignored
           Product: Spamassassin
           Version: 3.2.5
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: P5
         Component: Rules
        AssignedTo: dev@spamassassin.apache.org
        ReportedBy: nick@aussiecom.com


The file 72_active.cf from updates.spamassassin.org is incorrect, causing the 3
RCVD_IN_DNSWL rules to be ignored.

The 3 rules are -
RCVD_IN_DNSWL_HI
RCVD_IN_DNSWL_LOW
RCVD_IN_DNSWL_MED)

The following lines are currently AFTER the 3 sub-rules, however they need to
be BEFORE the 3 DNSWL sub-rules -

ifplugin Mail::SpamAssassin::Plugin::DNSEval
header  __RCVD_IN_DNSWL         eval:check_rbl('dnswl-firsttrusted',
'list.dnswl.org.')
tflags  __RCVD_IN_DNSWL         nice net
endif


Currently the above lines are AFTER the 3 DNSWL sub-rules  which means all of
these rules are ignored.

-- 
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 6128] RCVD_IN_DNSWL rules are ignored

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





--- Comment #4 from Nick Forde <ni...@aussiecom.com>  2009-06-09 20:26:13 PST ---
Sorry, I've retested and it's working with the original version of 72_active.cf

The rules weren't working when I originally tested them yesterday but it was
probably just a temporary lookup timeout issue.

Thanks for your quick response anyway.

-- 
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 6128] RCVD_IN_DNSWL rules are ignored

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


Karsten Bräckelmann <gu...@rudersport.de> changed:

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




--- Comment #3 from Karsten Bräckelmann <gu...@rudersport.de>  2009-06-09 06:38:26 PST ---
(In reply to comment #0)
> The file 72_active.cf from updates.spamassassin.org is incorrect, causing the 3
> RCVD_IN_DNSWL rules to be ignored.

While this indeed might strike one as odd, the order obviously is not important
with properly registering those eval rules.

WORKSFORME and other users, as can be observed on the users list occasionally.
;)

-- 
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 6128] RCVD_IN_DNSWL rules are ignored

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


Nick Forde <ni...@aussiecom.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nick@aussiecom.com




--- Comment #1 from Nick Forde <ni...@aussiecom.com>  2009-06-08 19:19:18 PST ---
This is obviously related to the comments on
http://www.dnswl.org/tech#spamassassin -

"SpamAssassin Configuration

Please note that as of version 3.2.0, the rules below are included in the
SpamAssassin default package. The distribution package for 3.2.0 had a bug that
prevented the rules from actually firing (the __RCVD_IN_DNSWL part was
missing), but this has been fixed in subsequent versions."

Obviously the 'this has been fixed' is wrong, as those lines were pasted in the
wrong position in 72_active.cf

-- 
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 6128] RCVD_IN_DNSWL rules are ignored

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





--- Comment #2 from Nick Forde <ni...@aussiecom.com>  2009-06-08 19:33:56 PST ---
Update - This bug is related to the incorrect resolution of bug 5450 in June
2007...

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

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