|
My art qmail-scanner/spamassassin setup on a Plesk 10 server is not deleting mail tagged above 7. I have all settings correct including the local.cf and the qmail-scanner.ini set to delete at a score of 7 (5+2), but it is not deleting - see header below with a score of 15.3 - I also have deleted PSA-spamassassin and DrWeb from the server.
Any ideas? My qmail-scanner.ini is below.
FROM LOG FILE: Mon, 15 Aug 2011 13:38:12 EDT:8819: SA: yup, this smells like SPAM - hits=8.8/5.0/5.0 - message tagged ...
EMAIL HEADER: Received: from 64-37-59-55.static.dimenoc.com by ip-72-167-42-84.ip.secureserver.net (envelope-from <insolence@acceroni.com>, uid 2020) with qmail-scanner-2.08st (clamdscan: 0.97.2/13437. spamassassin: 3.2.5. perlscan: 2.08st. Clear:RC:0(64.37.59.55):SA:1(15.3/5.0):. Processed in 7.957217 secs); 15 Aug 2011 16:00:05 -0000 X-Spam-Status: Yes, hits=15.3 required=5.0 X-Spam-Level: +++++++++++++++ Received: from 64-37-59-55.static.dimenoc.com (HELO acceroni.com) (64.37.59.55) by ip-72-167-40-222.ip.secureserver.net with SMTP; 15 Aug 2011 11:59:57 -0400 Date: Mon, 15 Aug 2011 09:58:04 -0600 From: ADT <insolence@acceroni.com> To: <dstone@nmtprojects.com> Subject: ****SPAM**** HIGH * Special Offer on ADT Monitored Security Systems
# qmail-scanner settings QMAILSCANNERHOME="/usr/share/qmail-scanner" SPOOLDIR="/var/spool/qscan" SPAMDIR="/var/spool/qscan/quarantine/spam"
QS_USER="qscand" # default is qscand QS_GROUP="qscand" # default is qscand NOTIFY="none" # [none|sender|recips|precips|admin|nmladm|nmlvadm|all] (defaults to "psender,nmlvadm") ARCHIVE="no" # [yes|no|regex] FIX_MIME="2" # [yes|no|num], try "1" if blocks occurring due to this setting IGNORE_EOL_CHECK="no" # [yes|no] ADD_DESC_HEADERS="no" # [yes|no|all], old-fashion X-Qmail-Scanner, "all" adds rcpt to headers DEBUG="no" # [yes|no] MINIDEBUG="1" # [yes|no|1|2] SETTINGS_PER_DOMAIN="yes" # [yes|no]
# ClamAV settings CLAMD_USER="qscand" # default is clamav
# Spamassassin settings SA_SETTINGS="-d -c -m5 -H -s /var/log/spamd.log" # Default settings for spamd SA_SQL="no" # [yes|no], runs spamassassin with the 'rcpt to' as option. Only use if mysql is enabled in SA SA_DELTA="1" # [num] SA_SUBJECT="****SPAM****" # <"some text"> SA_QUARANTINE="0" # [num], required_hits + sa_quarantine will go to SPAMDIR, 0 disables SA_DELETE="2" # [num], required_hits + sa_delete will be deleted, 0 disables SA_REJECT="no" # [yes|no], changes deletes to rejects SA_ALT="no" # [yes|no], runs in *fast_spamassassin* mode and doesn't pass the '-u' optio SA_DEBUG="no" # [yes|no], requires sa-alt: yes SA_REPORT="no" # [yes|no], requires sa-alt: yes, sa-debug: yes SA_FORWARD="" # <username@domain>, User to redirect quarantined spam mails, unmodified for sa-learn (not used) SA_VERBOSE="no" # [yes|no], requires SA-FORWARD (not used)
|