From: | Stephen Frost <sfrost(at)snowman(dot)net> |
---|---|
To: | Rich Shepard <rshepard(at)appl-ecosys(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Procmail recipe for new setup |
Date: | 2017-11-20 22:39:02 |
Message-ID: | 20171120223902.GW4628@tamriel.snowman.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Greetings Rich, all,
* Rich Shepard (rshepard(at)appl-ecosys(dot)com) wrote:
> On Mon, 20 Nov 2017, Steve Litt wrote:
>
> >The following procmail recipe works for me:
> >
> >===========================================
> >:0:
> >* ^(To|Cc)(dot)*pgsql-general(at)postgresql(dot)org
> >.Postgres/
> >===========================================
>
> Hi, Steve!
>
> Here's an alternative recipe:
>
> :0:
> * ^TO_.*pgsql-general@(lists\.)?postgresql.org
> POSTGRES
>
> The TO_(with no space after it) captures CCs too, and the regex (lists\.)?
> says accept 0 (zero) or 1 (one) of the lists prefix. I use mbox not maildir
> so POSTGRES is the name of the file in ~/mail/.
Yes, this is a good recipe to use, particularly as we will be,
eventually, encouraging more use of the 'lists.postgresql.org'
subdomain in the future, and email is already being accepted for the
lists through it.
Thanks!
Stephen
From | Date | Subject | |
---|---|---|---|
Next Message | Steve Atkins | 2017-11-20 22:46:08 | Re: To all who wish to unsubscribe |
Previous Message | Stephen Frost | 2017-11-20 22:38:16 | Re: Procmail recipe for new setup |