Re: Mail list manager request

From: Kris Deugau <kdeugau(at)vianet(dot)ca>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Mail list manager request
Date: 2022-04-29 17:43:18
Message-ID: 7014d8ae-e4a4-fb4a-d8e4-e9690b51f8de@vianet.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Rich Shepard wrote:
> Looking at the postgresql.org web site I could not find the mail list
> manager for direct contact so I apologize for writing here.
>
> I use procmail to sort incoming messages to the proper file. Messages from
> the mail list come with varying information at the bottom of the
> headers; it
> could be From:, Cc:, cc:, or in two cases List-ID:. Because of the
> inconsistency I cannot get a recipe that consistently puts the mail list
> messages in the proper file so they end up in my alpine INBOX where I need
> to manually redirect them;
>
> Please modify the MLM software to use the List-Id: on all messages that way
> my procmail recipe:
>
> :0:
> * ^List-Id:.*<pgsql-general\.lists\.postgresql\.org>
> database
>
> will put incoming threads and messages where they belong.

At a not-entirely-wild guess, based on replies to your recent couple of
posts, the messages that went astray were the direct mail copies that
never passed through the list in the first place. I use an almost
identical recipe myself (and a matching one for psql-admin) and I don't
recall seeing stray mail since the list platform migration.

I catch most of those direct-mail copies with this addition:

:0
* ^TO_pgsql-.*@(lists.)?postgresql.org
$DEFAULT/.postgres/

Personally, I try to keep mail to any of the lists I read purely on-list
unless a personal CC has been explicitly asked for.

-kgd

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rich Shepard 2022-04-29 18:10:07 Re: External psql editor
Previous Message Jan Wieck 2022-04-29 17:35:26 Re: External psql editor