[CLUE-Tech] simple procmail recipe

Timothy C. Klein teece at silverklein.net
Wed Dec 4 12:12:35 MST 2002


* Randy Arabie (randy at arabie.org) wrote:

[snip]

> ------------ begin .procmailrc ------------
> DEFAULT=$HOME/Mail/inbox
> 
> :0fw
> | spamassassin -P -a
> 
> :0:
> * ^X-Spam-Status: Yes
> ./Mail/spam
> 
> # Catch somelist Mail
> :0
> * ^From. *@somelist.org
> ./Mail/somelist
> 
> ------------ end .procmailrc ------------
> 
> -- 
> Allons Rouler!
>         
> Randy

I am not very good at procmail, but I do believe you are right about the
lack of need for a HUP.  I think procmail reads your .procmailrc every
time it is invoked, when new mail arrives.  Your rc file is a lot like
mine, except for the From line:  yours is different.  Maybe something
is awry there?  

If spamassassin is working, then I would say it is likely the From line
for you one rule.  If spamassassin is not working, then it may be
something else.

This is the beginning of my rc file, same setup as yours (Debian, exim,
procmail), file prems -rw-r--r owner teece.teece.

#######begin tim's procmailrc#########################################
PATH=/usr/local/bin:/usr/bin:/bin
MAILDIR=$HOME/Mail
LOGFILE=/dev/null

:0fw
| spamassassin -P

:0:
* ^X-Spam-Status: Yes
spam

# Clue tech
# ---------------------------------------------------------------
:0:
* ^TOclue-tech
lists/clue-tech
###############end tim's procmailrc####################################

--
==============================================
== Timothy Klein || teece at silverklein.net   ==
== ---------------------------------------- ==
== "Hello, World" 17 Errors, 31 Warnings... ==
==============================================



More information about the clue-tech mailing list