Add the following lines to the bottom of /etc/mail/spamassassin/local.cf:

header FSCK_PENALTY          Subject =~ /FSCK/i
describe FSCK_PENALTY        Subject contains "FSCK"
score FSCK_PENALTY           3.0

The "i" on the end of the first line makes the search case-insensitive (ie will
match FSCK, Fsck, fsck or FsCk, etc).  A score of 3.0 is pretty high, but you
might want to raise it higher -- it's up to you.

C

Mark E Crane wrote:

MEC> I apologize for the cluelessness of this question. I've read the
MEC> top-level readme and tried to search the geocrawler archive with google
MEC> but haven't had any luck figuring this out yet.
MEC>
MEC> I want to score FSCK more highly, and flag it as spam if it appears in
MEC> the subject line.  Can someone point me to the section in the docs that
MEC> addresses this?  I can't figure it out.


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to