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 2008/10/24 11:00:03 UTC

[Bug 6002] New: URIBL checks make unnecessary NS and A lookups

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

           Summary: URIBL checks make unnecessary NS and A lookups
           Product: Spamassassin
           Version: 3.2.5
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Plugins
        AssignedTo: dev@spamassassin.apache.org
        ReportedBy: rogers@outblaze.com


In Mail::SpamAssassin::Plugin::URIDNSBL::query_domain, it seems for each domain
names found in a message, their NS and A records are queried even when there
are no DNSBLs configured to look the results up against.

The NS and A lookups should only be done if
$scanner->{uridnsbl_active_rules_revipbl} has anything in it.


-- 
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 6002] URIBL checks make unnecessary NS and A lookups

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





--- Comment #1 from Roger So <ro...@outblaze.com>  2008-10-24 02:11:12 PST ---
Created an attachment (id=4382)
 --> (https://issues.apache.org/SpamAssassin/attachment.cgi?id=4382)
Patch to URIDNSBL.pm

Check for $scanner->{uridnsbl_active_rules_revipbl} before calling
$self->lookup_domain_ns


-- 
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 6002] URIBL checks make unnecessary NS and A lookups

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


Yusuf Goolamabbas <yu...@outblaze.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yusufg@outblaze.com




-- 
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 6002] URIBL checks make unnecessary NS and A lookups

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


Justin Mason <jm...@jmason.org> changed:

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




--- Comment #2 from Justin Mason <jm...@jmason.org>  2008-10-24 04:33:11 PST ---
actually, it looks like this has already been fixed in 3.3.0 trunk.  I would
suggest trying that code to see if it works better --- I think it might...


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