Hello all,
 
For the past couple of months I have had some email subject lines being
rewritten as “****SPAM****” even though the spam score is much lower than my
threshold (currently set for myself at 4.1).  It happens sporadically and I
can’t seem to see a pattern.  I have been using SpamAssassin 2.55 and, most
recently, 2.6. Anyone have any ideas? 
 
Thanks
 
 
Here is an example mail header:
 
Return-Path: <[EMAIL PROTECTED]>
Received: from mta1.primary.ddc.dartmail.net (mta1.primary.ddc.dartmail.net
[146.82.220.225])
            by webutah.com (8.12.6p3/8.12.6) with ESMTP id h8QETTMR064421
            for <[EMAIL PROTECTED]>; Fri, 26 Sep 2003 14:29:29 GMT
            (envelope-from [EMAIL PROTECTED])
X-MID: <[EMAIL PROTECTED]>
Date: Fri, 26 Sep 2003 10:29:23 -0400 (EDT)
Message-Id: <[EMAIL PROTECTED]>
From: This Week in Finance <[EMAIL PROTECTED]>
Reply-To: <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: *****SPAM***** NYSE: Time to Clear the Air; FASB: Time to Define
Cash Balance Plans, Break Out M&A Numbers; more
MIME-Version: 1.0
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on 
            blah.com
X-Spam-Status: No, hits=0.1 required=4.1 tests=HTML_MESSAGE,MIME_HTML_ONLY 
            autolearn=no version=2.60
X-Spam-Level: 
Status:   
 
 
 
 
 
Here is my local.cf file:
# Add your own customisations to this file.  See 'man
Mail::SpamAssassin::Conf'
# for details of what can be tweaked.
#
rewrite_subject      1
report_header        1
add_header all Level _STARS(*)_
defang_mime          0
report_safe          0
 
# How many hits before a mail is considered spam.
required_hits        8
 
 
 
 
 
 
 
And my procmailrc file:
## begin spamassassin vinstall (do not remove these comments)
TMPLOGFILE=$LOGFILE
TMPLOGABSTRACT=$LOGABSTRACT
TMPVERBOSE=$VERBOSE
 
LOGFILE=/dev/null
LOGABSTRACT=yes
VERBOSE=no
 
#:0fw
#|/usr/local/bin/spamassassin
 
# The condition line ensures that only messages smaller than 250 kB
# (250 * 1024 = 256000 bytes) are processed by SpamAssassin. Most spam
# isn't bigger than a few k and working with big messages can bring
# SpamAssassin to its knees.
#
# The lock file ensures that only 1 spamassassin invocation happens
# at 1 time, to keep the load down.
#
:0fw: spamassassin.lock
* < 256000
|/usr/local/bin/spamassassin
 
# All Mail with a score of 8 or high is almost certainly spam.
# Let's stick it in the spam mailbox
:0:
* ^X-Spam-Level: \*\*\*\*\*\*\*\*
# Let's stick it in the spam mailbox
/var/mail/spam
 
 
LOGFILE=$TMPLOGFILE
LOGABSTRACT=$TMPLOGABSTRACT
VERBOSE=$TMPVERBOSE
## end spamassassin vinstall (do not remove these comments)




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to