Koozali.org: home of the SME Server
Obsolete Releases => SME Server 7.x => Topic started by: seb on August 02, 2007, 04:08:07 PM
-
Hi all,
Since Yesterday we are receiving a very hight load of :twisted: SPAM not detected by our 7.2 SME.
Looking at their headers we can see that Spamassassin is working:
X-Spam-Status: No, hits=1.7 required=5.0
tests=SARE_HTML_USL_OBFU
--
X-Spam-Status: No, hits=0.0 required=5.0
tests=
Anyone with the same issue?
Thx.
Seb.-
-
I did a yum update to install the new spamassassin yesterday, and new spam was then sent to the user's junkmail folder.
I notice an even new spamassassin in the available updates today (but I have not installed it yet).
-
Update the Spamassassin today, and SPAM slow down considerably.
-
Do you have Bayes autolearn enabled, or are you using the trainable form of Bayes? If so, check the /var/log/spamd/current log and look for these entries:
cannot open bayes databases /var/spool/spamd/.spamassassin/bayes_* R/W: tie failed: Permission denied
or (from another server):
cannot open bayes databases /var/spool/spamd/.spamassassin/bayes_* R/W: lock failed: Interrupted system call
For some reason, updates to spamassassin (or possibly other mail updates) changes ownership on one or two of the bayes database files to the wrong value of root, and bayes stops working.
I use these commands to fix it:
chown spamd.spamd /var/spool/spamd/.spamassassin/bayes_*
And sometimes I have to:
chmod 750 /var/spool/spamd/.spamassassin/bayes_*
You can look at current permissions and ownership and make only the needed changes if you want...
Not all of the bayes_* files are altered, but at least one is with certain updates, which is enough to break Bayes filtering...
I'd like to collect a list of problems that can occur in the spamd log and write a program to hunt for them, and possibly correct them. In the past, there werent so many updates, so it was easy to do manually. But since the 7.2 update, there have been a lot of little updates, and I've had to watch the logs more closely...
-
Update the Spamassassin today, and SPAM slow down considerably.
Same again since yesterday!
Try the yum upgrade (Like i did last time and solve the issue with a spamassassin update) but i get "No Packages marked for Update/Obsoletion"
-
compdoc, no i dont use Bayes.
-
Seb, there are now two threads on this topic. So something is possibly happening, and the Devs should be made aware of this without having to trawl the forum. The best course of action is to fill a Bug Report at Bugzilla, and be prepared to follow with information, copy of logs etc. In this way it will be checked and fixed if this is a bug.
Thanks.
-
Seb, there are now two threads on this topic. So something is possibly happening, and the Devs should be made aware of this without having to trawl the forum. The best course of action is to fill a Bug Report at Bugzilla, and be prepared to follow with information, copy of logs etc. In this way it will be checked and fixed if this is a bug.
Thanks.
Done!
http://bugs.contribs.org/show_bug.cgi?id=3306