Bowie Bailey wrote:
maillist wrote:
Hi guys,
slackware 11.0
spamassassin version 3.2.5
running on Perl version 5.8.8
mimedefang version 2.64
sendmail 8.14
I am getting a lot of spam. I did some investigating, and it
looks like I have something set up incorrectly. If I get a spam
message, and run it through "spamassassin -t", then it shows that it
should be spam, but during the process when the mail actually comes
in, it is scoring much lower. I have been using spamassassin for 3
years now, and can't seem to figure this out.
I ran spamassassin -D --lint, and see nothing usefull.
When I start spamassassin, I start it like this:
/usr/bin/spamd -r /var/run/spamd.pid \
-d --username=defang --max-spare=8 --min-children=5 --max-children=25
Run the message through spamc and see what you get.
$ spamc < test.msg
I did, and no matter if I I use the -c flag or not, I get the same as if
I ran it through spamassassin -t
Another responded with a request for more info. I posted one small
message here...
http://emailacs.com/temp/J872209005Tq/7.txt
The test score for that message was 6.269 ( 7 is required ) and the
tests that it hit were:
BAYES_80,DATE_IN_PAST_06_12,HS_BOBAX_MID_2,RDNS_NONE
...however, when I manually run it through either spamc -c < 7.txt or
spamassassin -t 7.txt, it scores the following...
Content analysis details: (16.4 points, 7.0 required)
pts rule name description
---- ----------------------
--------------------------------------------------
3.0 RCVD_IN_XBL RBL: Received via a relay in Spamhaus XBL
[190.97.76.59 listed in zen.spamhaus.org]
2.3 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL
0.9 RCVD_IN_SORBS_DUL RBL: SORBS: sent directly from dynamic IP
address
[190.97.76.59 listed in dnsbl.sorbs.net]
8.0 BAYES_99 BODY: Bayesian spam probability is 99 to 100%
[score: 0.9955]
1.0 HS_BOBAX_MID_2 Bobax? Message-Id:
<[EMAIL PROTECTED]>
1.1 DATE_IN_PAST_06_12 Date: is 6 to 12 hours before Received: date
0.1 RDNS_DYNAMIC Delivered to trusted network by host with
dynamic-looking rDNS
...sorry for the crappy page breaks.
TIA
-Aubrey