Re: PSA: final vger mailing list migration: Thu, Dec 14, 11AM PST (1900 UTC)

From: Konstantin Ryabitsev
Date: Wed Dec 13 2023 - 10:19:24 EST


On Wed, Dec 13, 2023 at 06:20:55AM +0100, Willy Tarreau wrote:
> On Tue, Dec 12, 2023 at 04:36:28PM -0500, Konstantin Ryabitsev wrote:
> (...)
> > # Questions, comments?
> >
> > If you have any questions or concerns, please reply to this message.
>
> Thanks for this update. I'm having a no-delay rule on my SMTP server
> for a few well-known friendly senders whom I don't want to inflict
> the SMTP banner delay. Vger is on it the list. Which host will send
> messages now ? subspace.kernel.org or any other ?

You can check the output of:

dig -t txt _listspf.kernel.org

On our end, we use postwhite for similar purposes, which allows us to just add
domains and have it automatically generate the list of exceptions via
published spf records:

https://github.com/stevejenkins/postwhite

-K