Procmail recipe not working with mutt

Jez Hancock jez.hancock at munk.nu
Fri Feb 6 11:37:34 PST 2004


On Thu, Feb 05, 2004 at 06:33:32PM -0600, Bryan Cassidy wrote:
> Pretty much all my mailing list filters work but the FreeBSD Security
> Advisory one goes into =Default for some reason. All mail from my dad
> which is Bob_Cassidy, goes into =Default as well as mail from Richard
> and Jim. They all go into =Default instead of their correct folder. I
> just can't figure it out. Maybe someone could help me out here.

Try moving this rule to the very bottom of the list and make sure it
stays there - I think this rule matches everything, so if a message
makes it to this rule it will automatically match which isn't what you
want:

> :0:
> * .*
> Default

Put these above the default rule:

> :0:
> * ^From:.*address at bellsouth.net
> Bob_Cassidy
> 
> :0:
> * ^From:.*address at verizon.net
> Jim Bonsey
> 
> :0:
> * ^From:.*FreshPorts-Watch at FreshPorts.org
> FreshPorts_Watch
> 
> :0:
> * ^TO:.*wku-linux at linux.wku.edu
> WKU_Linux
> 
> :0:
> * TO_:.*security-advisories at freebsd.org
> FreeBSD_Security_Notifications
> 
> :0:
> * ^FROM:.*mail at address.net
> Richard
> 

HTH.


-- 
Jez Hancock
 - System Administrator / PHP Developer

http://munk.nu/
http://jez.hancock-family.com/  - Another FreeBSD Diary
http://ipfwstats.sf.net/        - ipfw peruser traffic logging


More information about the freebsd-questions mailing list