Bug 3245 - URIDNSBL plugin FPs on invalid URIs
Summary: URIDNSBL plugin FPs on invalid URIs
Status: RESOLVED FIXED
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Libraries (show other bugs)
Version: SVN Trunk (Latest Devel Version)
Hardware: Other other
: P5 normal
Target Milestone: 3.1.0
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-06 10:42 UTC by Daniel Quinlan
Modified: 2004-05-15 19:01 UTC (History)
0 users



Attachment Type Modified Status Actions Submitter/CLA Status
somewhat stripped-down example messages text/plain None Daniel Quinlan [HasCLA]
debugging from mass-check text/plain None Daniel Quinlan [HasCLA]

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Quinlan 2004-04-06 10:42:41 UTC
Domains consisting of all dots are being looked-up.  These are the only
false positives in my corpus which is how I noticed them.  It could be
that other nonsense domains are being looked up as well.
Comment 1 Daniel Quinlan 2004-04-06 10:43:40 UTC
Created attachment 1880 [details]
somewhat stripped-down example messages

Checking with:

  mass-check -n --debug --rules=URIBL --net --mbox examples
Comment 2 Daniel Quinlan 2004-04-06 10:45:04 UTC
Created attachment 1881 [details]
debugging from mass-check

Attachment is STDERR from this command:

  mass-check -n --debug --rules=URIBL --net --mbox examples

Note that the DNS look-ups are well-cached by this point.
Comment 3 Daniel Quinlan 2004-05-16 03:01:59 UTC
this has been fixed