[svlug] Procmail update: egroups -> yahoogroups
Aaron Lehmann
aaronl at vitelus.com
Fri Jan 26 15:16:01 PST 2001
{ why was this in the "JAVA" thread? }
{ and what the hell does it have to do with linux, svlug, or geekiness? or
did i accidentally open my deirdres-procmail-updates-l mailbox? }
> In-Reply-To: <Pine.LNX.4.31.0101261130370.30481-100000 at emperor.deirdre.org>; from deirdre at deirdre.net on Fri, Jan 26, 2001 at 11:33:25AM -0800
oh, never mind that first question
On Fri, Jan 26, 2001 at 11:33:25AM -0800, Deirdre Saoirse wrote:
> I had to sed my .procmailrc this morning as my filters broke when mail
> came in from several former egroups lists with yahoogroups as the To:
> member.
Sigh. Stuff like that happens when you put in specific filters in for
different mailing lists. Use this (hope your stupid mailer doesn't
break its lines):
EMAIL="deirdre at deirdre.net"
# Mailing list autosorter
# GARGARGAR
:0 D:
# Set the default score to -1
* -1^0 .
# Raise the score if it's a type 2 post
* 10^0 ^(X-Loop: |Return-path: <owner-)\/[^@>]+
# Raise the score by 20 if the message is a mailing list post of type 1
# must be last so it takes precedence
* 20^0 ^(X-(Mailing-)?[Ll]ist: <|X-BeenThere: |Delivered-To: mailing list |Sender: owner-)\/[^@>]+
{
# dump list-only replies of my mail into my spool file
:0 c:
# If I'm not in the To, CC, or BCC field, and the message isnt from me...
*!$^(B?cc|To|From):.*$\EMAIL
# ... and it is a reply to one of my messages
*$In-Reply-To:.*$\EMAIL
# then stick it in my mail spool
$DEFAULT
:0 D:
# always match
*.
# sed is stupid
mail/`echo $MATCH | sed -e 's/[^a-z0-9\-]//g'`
}
# note: this procmailrc snipnet is no longer maintained since i now use
# maildrop and wish everyone else would too.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 232 bytes
Desc: not available
Url : http://lists.svlug.org/archives/svlug/attachments/20010126/08cfcaec/attachment.bin
More information about the svlug
mailing list