[CLUE-Tech] RE: simple procmail recipe

Friedman, Jason Jason.Friedman at janus.com
Wed Dec 4 12:17:21 MST 2002


It looks like you have a typo on the
* ^From. *@somelist.org
line.
I believe you want
* ^From: .*@somelist.org

You might also try adding these lines to the top of your .procmailrc
LOGFILE=$HOME/procmail.log
VERBOSE=1
EOL="
"

This will send debugging output to $HOME/procmail.log.


> I want a procmail recipe that will dump mail from a specified 
> recipient=20
> into a designated mail 'folder'.  This would seem to be a 
> very basic=20
> recipe, and should be as simple as the examples provided in
> /usr/share/doc/procmail/examples.
> 
> Here is what I've got:
> 
> # Catch somelist Mail
> :0
> * ^From. *@somelist.org
> =2E/Mail/somelist
> 
> This isn't working.  No change in my mail delivery has occured.  Do=20
> I need to HUP some process?  My understanding is that my 
> .procmailrc=20
> is read each time mail is delivered by my MTA.
> 
....




More information about the clue-tech mailing list