Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Oct 1998 09:40:46 -0700
From:      Gregory Sutter <gsutter@pobox.com>
To:        "Jonathan M. Bresler" <jmb@FreeBSD.ORG>, hackers@hub.freebsd.org
Subject:   Re: VMailer and hackers
Message-ID:  <19981005094046.D10980@orcrist.mediacity.com>
In-Reply-To: <199810042219.PAA08374@hub.freebsd.org>; from Jonathan M. Bresler on Sun, Oct 04, 1998 at 03:19:57PM -0700
References:  <199810042219.PAA08374@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Oct 04, 1998 at 03:19:57PM -0700, Jonathan M. Bresler wrote:
> 	After giving you all a taste of VMailer, I am converting
> 	the lists back to bulk_mailer to give everyone a chance to
> 	address any mail sorting issues that may have arisen with
> 	procmail receipes, etc.

I've always had good luck with the following procmail recipe.  It
doesn't miss anything, whether VMailer, sendmail, bulk_mailer, or
whatever.  And it's only a little overkill. :)

FROM="^((X-)?(((Envelope-)?Sender|(Apparently-|Resent-)?From)|Reply-To|Return-Path):(.*\<)?)"
FBSDLIST="(advocacy|announce|chat|hackers|isp|net|questions|security)"

:0
* $ ($FROM|$TO_)freebsd.org
{
        :0 :
        * (X-Loop: FreeBSD.org|Sender: owner-freebsd-)
        * $ ($FROM|$TO_)(freebsd-)?\/$FBSDLIST
        | formail -i "X-Fkey: freebsd-$MATCH" >> freebsd/$MATCH
}

Greg 
-- 
Gregory S. Sutter                    Was Jimi's modem a Purple Hayes?
mailto:gsutter@pobox.com
http://www.pobox.com/~gsutter/
yGP DSS public key 0x40AE3052

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19981005094046.D10980>