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:[EMAIL PROTECTED]
> Bob_Cassidy
> 
> :0:
> * ^From:[EMAIL PROTECTED]
> Jim Bonsey
> 
> :0:
> * ^From:[EMAIL PROTECTED]
> FreshPorts_Watch
> 
> :0:
> * ^TO:[EMAIL PROTECTED]
> WKU_Linux
> 
> :0:
> * TO_:[EMAIL PROTECTED]
> FreeBSD_Security_Notifications
> 
> :0:
> * ^FROM:[EMAIL PROTECTED]
> 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
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to