Ok looks like I found it: I have updated my server with the latest version of Spamassassin and/or ClamAV. However, when I look at the headers of my email messages, they still report that my server is using the older versions. What's wrong? A: Whenever you update either Spamassassin or ClamAV, you have to let qmail-scanner know that you have done so. Once this is done, the message headers will report the correct versions. You can make qmail-scanner aware of the newer versions by running the following 2 commnands:
/var/qmail/bin/qmail-scanner-queue.pl -z chown qscand:qscand /var/spool/qmailscan/qmail-scanner-queue-version.txt Found at: http://www.qmailrocks.org/faq/?category=qmailscanner It was buried in Google though. Hopefully this will work Robert -----Original Message----- From: Matt Kettler [mailto:[EMAIL PROTECTED] Sent: Thursday, January 12, 2006 3:30 PM To: Robert Bartlett Cc: users@spamassassin.apache.org Subject: Re: AWL and Auto Learn Bayes Robert Bartlett wrote: > Ok fixed the symbolic link error, I updated the spamd script with the > 3.0.5 one, but backed up the old one. Restored the old one and no > errors. It still shows 3.0.5 in the logs but not in the email headers. > Any idea where to look to see what Im pumping into spamc? I am running > qmail with qmail-scanner on Fedora core 2. Disclaimer: I'm no expert on qmail or qmail-scanner. If you're using qmail-scanner's "fast" spamassassin option, you'll need to restart qmail-scanner to get the version updated. in "fast" mode qmail-scanner adds it's own headers, and only calls spamc -c for each message. I'd venture to guess it only queries the version once during startup.