More of the same...

(spamassassin 2.64 on freeBSD 5.2.1)

I appreciate the help I have recieved so far, but it still doesn't work...
and yes, I have read the wiki, and I have googled the hell out of it...

I cannot configure spamassassin to delete spam.  I have tried many, many
combinations of the procmailrc file, and the following is the current one.

It seems that the marked spam is never getting to this point, to have these
rules applied to it.  It is being marked and then being sent to the user,
marked as spam, so that part is working.  Is there another file somewhere
that I should be looking at to verify that the procmailrc ruleset is being
applied?  I have inherited this project after the person who installed it
left, so I apologize for  my "newbieness", and I would appreciate any help
anyone might offer.


( I have tried uncommenting

#:0:
#* ^X-Spam-Level: \*\*\*\*
#/dev/null

and

#:0 H
#* ^X-Spam-Level: \*\*\*\*\*\*
#/dev/null

to no avail...

Thanks a lot!


KR



# SpamAssassin sample procmailrc
#
# Pipe the mail through spamassassin (replace 'spamassassin' with 'spamc'
# if you use the spamc/spamd combination)
#
# 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: spamc.lock
* < 256000
| spamc

# Mails with a score of 15 or higher are almost certainly spam (with 0.05%
# false positives according to rules/STATISTICS.txt). Let's put them in a
# different mbox. (This one is optional.)
#:0:
#* ^X-Spam-Level: \*\*\*\*
#/dev/null
#:0 H
#* ^X-Spam-Level: \*\*\*\*\*\*
#/dev/null
#almost-certainly-spam

# All mail tagged as spam (eg. with a score higher than the set threshold)
# is moved to "probably-spam".
:0:
* ^X-Spam-Status: Yes
/dev/null
#probably-spam

# Work around procmail bug: any output on stderr will cause the "F" in
"From"
# to be dropped.  This will re-add it.
:0
* ^^rom[ ]
{
  LOG="*** Dropped F off From_ header! Fixing up. "

  :0 fhw
  | sed -e '1s/^/F/'
}



Kyle Reynolds
972-731-4731
[EMAIL PROTECTED]



Reply via email to