Re: procmail rule to filter debian-user
- From: "s. keeling" <keeling@xxxxxxxxxxx>
- Date: Thu, 25 Sep 2008 05:44:00 +0200 (CEST)
Ron Johnson <ron.l.johnson@xxxxxxx>:
If you aren't wedded to procmail for some other reason, then maybe
maildrop would be more to your liking, since it has a much simpler
syntax. Here's my maildrop rule for filtering d-u mails:
if ( /^X-Mailing-List:.*<debian-user@xxxxxxxxxxxxxxxx>*/ )
{
to "Maildir/.Lists.Debian.User.2008q3"
}
For completeness, that's not much less complex (aka line noise) than
my procmail rule, and mine splits each debian list into its own mbox,
and handles newsfroup backscatter:
# ------------------------------------
# debian-${MATCH}
#
# The MATCH operator \/ matches whatever the regexp that follows
# it matches.
#
:0
* 1^0 ^X\-Mailing\-List:.*debian-\/[a-z.-]*
* 1^0 ^Newsgroups:.*debian.\/[a-z.-]*
* 1^0 ^Cc: debian-user@lists\.debian\.org
{
LOG="debian-${MATCH} - "
:0:
00.debian
}
I've been recommending noobs try maildrop first for years. Procmail
may be a howitzer where a shiv is needed. :-)
--
Any technology distinguishable from magic is insufficiently advanced.
(*) http://blinkynet.net/comp/uip5.html Linux Counter #80292
- - http://www.faqs.org/rfcs/rfc1855.html Please, don't Cc: me.
--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx
with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx
- Follow-Ups:
- Re: procmail rule to filter debian-user
- From: Alex Samad
- Re: procmail rule to filter debian-user
- References:
- procmail rule to filter debian-user
- From: Bijan Soleymani
- Re: procmail rule to filter debian-user
- From: Ron Johnson
- procmail rule to filter debian-user
- Prev by Date: REPLY ME FOR MORE DETAILS.
- Next by Date: Re: procmail rule to filter debian-user
- Previous by thread: Re: procmail rule to filter debian-user
- Next by thread: Re: procmail rule to filter debian-user
- Index(es):
Relevant Pages
|