procmail
[Top] [All Lists]

Re: Newbie question: filters

2001-06-23 17:16:21
On Sun, Jun 24, 2001, Nuno Teixeira wrote:

# FreeBSD STABLE Mailing
:0
* 
^To(_dot_)*freebsd-stable(_at_)freebsd(_dot_)org|^To(_dot_)*stable(_at_)freebsd(_dot_)org|\
^Cc(_dot_)*freebsd-stable(_at_)freebsd(_dot_)org|^Cc(_dot_)*stable(_at_)freebsd(_dot_)org
arquivo/mailings/freebsd-stable

You could also use:

# FreeBSD List Mail
:0
* ^Sender:.owner-freebsd-\/[^(_at_)]+@FreeBSD\.ORG
{
 LISTNAME=${MATCH}
 :0
  * LISTNAME??^\/[^(_at_)]+
  ${MAILDIR}/Lists/freebsd-${MATCH}
}

I found this on http://www.freebsddiary.org/ which credits the recipe to
Neil Blakey-Milner. This works great if you jump from various freebsd
lists like I do.

-- 
Robert Hough (rch(_at_)solveinteractive(_dot_)com)
_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>