I found what is the problem
as I mentioned I am running fedora, I found small how to ASSP for fedora:
http://fedoranews.org/contributors/keith_howanitz/assp/
how ever I just need the last 2 steps:
1- create update spam data base
2- start on boot
I think for fedora users they need just to do :
Code:
vi /etc/cron.daily/update_assp
add
Code:
#!/bin/sh
# update_assp
# place this file in /etc/cron.daily/ to update the
# assp database each night
BASE=/usr/share/assp
cd $BASE
# Rebuild the spam database
/usr/bin/perl /$BASE/rebuildspamdb.pl
this to rebuild the spam database each night
now
To start ASSP on boot, add the following to end of /etc/rc.local
Code:
/usr/bin/perl /usr/share/assp/assp.pl /usr/share/assp
so I will start testing it right now

and many thanks for your replies
Recent comments
1 day 7 hours ago
1 day 9 hours ago
1 day 11 hours ago
1 day 12 hours ago
1 day 14 hours ago
1 day 15 hours ago
1 day 16 hours ago
2 days 8 hours ago
2 days 9 hours ago
2 days 13 hours ago