Re: Procmail recipes

2003-09-26 Thread Stephen Kuhn
On Sat, 2003-09-27 at 06:15, Jason Williams wrote: > Hello everyone... > > I was trying to learn procmail so I can write up my own recipes. However, > im having a hard time joining their mailing list...It does not look like > the list is working... > > I was curious if anyone had recommendation

Re: Procmail recipes

2003-09-26 Thread Eric Wood
Just got into procmail myself. http://www.procmail.org/ has very good FAQs and links. I think you want a rule like this: :0 c * ^Subject:.*some text ! [EMAIL PROTECTED] The :0 begins a ruleset. The '*' is like an if statement. The ! lets you forward the mail to somewhere else. The "c" makes a

Re: Procmail recipes

2003-09-26 Thread Keith Morse
On Fri, 26 Sep 2003, Jason Williams wrote: > Hello everyone... > > I was trying to learn procmail so I can write up my own recipes. However, > im having a hard time joining their mailing list...It does not look like > the list is working... > > I was curious if anyone had recommendations on wh

Re: Procmail recipes

2003-09-26 Thread Lists
man -k procmail procmail (1) - autonomous mail processor procmailex (5) - procmail rcfile examples procmailrc (5) - procmail rcfile procmailsc (5) - procmail weighted scoring technique The man pages for procmailex and procmailrc will most likely have

Re: Procmail recipes

2003-09-26 Thread Jason Williams
Thanks Rus... That is what I want to do. Basically, any email that comes in containing the word SPAM anywhere in the header, filtered to a specific account. Im running postfix, so I can add a command in main.cf like so: mailbox_command = /usr/bin/procmail -m /etc/procmailrc The contents of my p

Re: Procmail recipes

2003-09-26 Thread Rus Foster
On Fri, 26 Sep 2003, Jason Williams wrote: > Hello everyone... > > I was trying to learn procmail so I can write up my own recipes. However, > im having a hard time joining their mailing list...It does not look like > the list is working... > > I was curious if anyone had recommendations on where

Procmail recipes

2003-09-26 Thread Jason Williams
Hello everyone... I was trying to learn procmail so I can write up my own recipes. However, im having a hard time joining their mailing list...It does not look like the list is working... I was curious if anyone had recommendations on where I could go to learn how to develop my recipes? For i