Mailing List Archive

not learning spamd ?
Hi all,

I have a small question regarding my spamd setup.
It seems my server is not using any tests and learning all mails as ham.
Could someone point me in the right direction as I have been usingmanual addons like :

--------------------------------------------------------------------
#!/bin/bash
###
DATATIMEBACK=7 # hoeveel dagen oud mag de spambox zijn
EMAIL=spamcleaner@xxxxxxxx # welk emailadres moet het script mailen
NEWDIR=.uncatched_spam # welke maildir is voor nieuwe spam
CLEANDIR=.nospam # welke maildir is voor false positive's
SPAMDIR=.SPAMBOX # welke maildir is voor spam

for dir in `ls -d /var/vpopmail/domains/*/*/.maildir/$NEWDIR/cur/`;
do
sa-learn --forget $dir
sa-learn --spam $dir
mv $dir* $(echo $dir | sed "s/$NEWDIR/$SPAMDIR/")
done

for i in `find /var/vpopmail/domains/*/*/.maildir/.SPAMBOX/cur/ -mtime $TIMEBACK -maxdepth 1`;
do
rm -rf $i
done

code from my servers headers
:---------------------------------------------------------------------X-Spam-Checker-Version:
SpamAssassin 2.63 (2004-01-11) on arrogance.roethof.net
X-Spam-Level:
X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=ham version=2.63
Content-Type: text/plain;
charset=iso-8859-1


Met vriendelijke groet / With kind regards,

Ronny Roethof
--
Bad or missing mouse driver. Spank the cat [Y/N]?

Ronny Roethof <ronny@nospam.roethof.net> /* RR2003-RIPE */
09:48:57 up 11 days, 20:08, 2 users, load average: 0.39, 0.42, 0.53

(Remove nospam from the emailaddress)