CHECK THIS: Rule DNS_FROM_OPENWHOIS removed in SpamAssassin 3.3

Meesterlijk

Verified User
Joined
Jan 19, 2007
Messages
179
Location
Netherlands
To all,

http://wiki.apache.org/spamassassin/Rules/DNS_FROM_OPENWHOIS

look in your /var/log/maillog if the rule is still there after upgrade and sa-update

If so, this is why:

I noticed that the SpamAssassin upgrade using the DA spam.sh script is not restarting (killing) the current spamd pids. This results in still using the old version of SA, eventhough it shows this after you upgrade:
Code:
# spamd --version
SpamAssassin Server version 3.3.1

Check your incoming mail headers to see if the following is in there:
X-Spam-Checker-Version: SpamAssassin 3.3.1

So make sure you kill /and restart spamd after upgrading with:
Code:
killall -9 spamd
/usr/bin/spamd -d -c -m 15

and check if SA is running
Code:
ps auxww | grep spam
 
Back
Top