Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Oct 2001 09:21:13 +1200
From:      Jonathan Chen <jonathan.chen@itouch.co.nz>
To:        Brian <bri@sonicboom.org>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: what is the differance between..
Message-ID:  <20011002092113.B79192@jonc.itouch>
In-Reply-To: <00fd01c14abd$f4a03920$3324200a@sonicboom.org>; from bri@sonicboom.org on Mon, Oct 01, 2001 at 02:13:40PM -0700
References:  <200110012316230008.002F6B40@smtp.tiscalinet.ch> <00fd01c14abd$f4a03920$3324200a@sonicboom.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Oct 01, 2001 at 02:13:40PM -0700, Brian wrote:
> Same list, just requires 2 procmail entries for each list you subscribe to..
> 

You can check the Sender: header and reduce the procmail entries to
just ONE for all the lists you subscribe to, eg:

    #
    # FreeBSD lists
    :0:
    * ^Sender:.*owner-\/freebsd-[^@]+@FreeBSD.ORG
    {
      LISTNAME=${MATCH}
      :0
      * LISTNAME??^\/[^@]+
      ${MATCH}
    }

Cheers.
-- 
Jonathan Chen <jonathan.chen@itouch.co.nz>
----------------------------------------------------------------------
                                Don't worry about avoiding temptation,
                            as you grow older, it starts avoiding you.

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




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