Comment 11 for bug 551655

Revision history for this message
Clint Byrum (clint-fewbar) wrote :

Imre, once again thanks for your work verifying these bug fixes.

TEST CASE:

zcat /usr/share/doc/spamassassin/examples/sample-nonspam.txt.gz > sample-nonspam.txt
spamassassin -t < sample-nonspam.txt | grep OPENWHOIS

Since OPENWHOIS does not exist, we should never get a positive, but we do. So you'll see:

Content analysis details: (1.2 points, 5.0 required)

 pts rule name description
---- ---------------------- --------------------------------------------------
 2.4 DNS_FROM_OPENWHOIS RBL: Envelope sender listed in bl.open-whois.org.
-1.2 AWL AWL: From: address is in the auto white-list

After installing the version from -proposed you should see something more like this:

Content analysis details: (0.6 points, 5.0 required)

 pts rule name description
---- ---------------------- --------------------------------------------------
 0.6 AWL AWL: From: address is in the auto white-list

Basically, no OPENWHOIS hit.