Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=204174 Summary: SpamAssassin with URIDNSBL tries DNS lookups for *.so in body text Product: Fedora Core Version: fc5 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: normal Component: spamassassin AssignedTo: wtogami@xxxxxxxxxx ReportedBy: amessina@xxxxxxxxxxxx CC: fedora-perl-devel- list@xxxxxxxxxx,felicity@xxxxxxxxx,jm@xxxxxxxxxx,parkerm @pobox.com,reg+redhat@xxxxxxxxxx,wtogami@xxxxxxxxxx Description of problem: SpamAssassin, when using the URIDNSBL plugin (the default) attempts DNS queries on body text containing words such as libplain.so, or anything ending in ".so". The DNS queries fail of course. I noticed this problem as I am subscribed to info-cyrus and postfix-users mailing lists where these libraries are often discussed. Version-Release number of selected component (if applicable): spamassassin-3.1.3-1.fc5 How reproducible: Every time. Steps to Reproduce: 1. Ensure that the SpamAssassin URIDNSBL plugin is loaded in /etc/mail/spamassassin/init.pre 2. Send a message with "<whatever word you want>.so" in the body of the message (I tried "marcinator.so") 3. Check your /var/log/messages and see Aug 26 06:51:47 home named[5631]: lame server resolving 'marcinator.so' (in 'so'?): 205.166.226.38#53 Aug 26 06:51:49 home named[5631]: unexpected RCODE (REFUSED) resolving 'marcinator.so/NS/IN': 209.68.0.85#53 Actual results: SpamAssassin looks up *.so from body text Expected results: SpamAssassin would not look up *.so as it causes unnecessary DNS lookups that will fail Additional info: When I comment out the URIDNSBL plugin entry in /etc/mail/spamassassin/init.pre and try again, the symptoms do not occur. -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.