Hi,

=== SyS Stuff ========
SpamAssassin version 3.0.3
  running on Perl version 5.8.4

Exim 4.2, on Debian 3.1, sitewide config.

/usr/sbin/spamd --nouser-config --max-children 6 --helper-home-
dir=/var/spool/spamassassin/ --username=nobody -d --
pidfile=/usr/local/run/spamd.pid

====================

I have recently have a increase in false positives, mostly as a 
result of rbl checks. I have been relying on whitelist to ensure mail 
from some addresses gets through but I can not confirm that it is 
working. It actually looks like it isn't using the whitelist at all.

If I run `spamassassin -D < test.eml` there is no reference in the 
output to the whitelist file.

If I run spamassasin -D --lint is does refer to the whitelist file:

debug: lock: 18407 created /usr/local/spl-mail/conf/auto-
whitelist.lock.myserver.mydomain.com.18407
debug: lock: 18407 trying to get lock on /usr/local/my-mail/conf/auto-
whitelist with 0 retries
debug: lock: 18407 link to /usr/local/my-mail/conf/auto-
whitelist.lock: link ok
debug: Tie-ing to DB file R/W in /usr/local/my-mail/conf/auto-
whitelist

However addresses that are added to the whitelist do not seem to be 
getting through. I have the following string in the whitelist

[EMAIL PROTECTED]|ip=none|totscore
-100

I think that means that they are whitelisted but mail from them still 
scores more than 7 and they are bounced.

Is there some way to read out the whitelist and blacklist? I could at 
least confirm that someone is in the right list, or are they one and 
the same?

In the extract below the above user score 8.0. If they started at -
100 that shouldn't be possible (temporary reject is +7).

  X-Spam-Level: ********
  X-Spam-Status: No, score=8.0 required=9.0 
tests=BAYES_99,HTML_90_100,        HTML_MESSAGE,MIME_HTML_MOSTLY,
NO_REAL_NAME autolearn=no version=3.0.3


Can anyone offer any advice please? I am at a lose.
TIA.
Dp.

======= local.cf ===========

#
report_safe 0
rewrite_header subject SPAM: _HITS_:
trusted_networks 194.200.237.128/25 127.0.0.1/32
bayes_path /etc/spamassassin/bayes/bayes
#use_bayes 0
#auto_whitelist_path /etc/spamassassin/auto-whitelist
use_auto_whitelist 1
auto_whitelist_path /usr/local/spl-mail/conf/auto-whitelist
required_score 9.0
score BAYES_99 4.0
score FORGED_RCVD_HELO 2.9
score RCVD_HELO_IP_MISMATCH 4.9
score URIBL_SC_SURBL 6.5
score URIBL_WS_SURBL 6.5
score URIBL_SBL 6.5
score URIBL_OB_SURBL 6.5
score RCVD_IN_NJABL_DUL 6.5
score RCVD_IN_SORBS_DUL 6.5
score RCVD_IN_BL_SPAMCOP_NET 6.5
score DRUGS_PAIN 1.0
score DRUGS_ERECTILE 2.0
.
....
snip

==========================

Reply via email to