Hi,

On Thu, 31 Jul 2025, Derick Rethans wrote:

> On Thu, 31 Jul 2025, Mathieu Rochette wrote:
> 
> > And when working on that I noticed that PHP lists were wrongly sent 
> > the mails with `Precedence: bulk`. Is this something that could be 
> > fixed?
> 
> I can certainly change the "Precedence: bulk" header to "Precedence: 
> list". I would have to do that for all our 124 lists, but I am 
> moderately reluctant in doing this, as Google is being annoying 
> requiring specific things for email delivery, and I don't want to 
> upset them again.
> > 
> > Also, the List-ID is not properly formatted, it's supposed to be 
> > wrapped in angle brackets but it's not, so instead of `List-Id: 
> > internals.lists.php.net` it should be `List-Id: 
> > <internals.lists.php.net`> or even ``List-Id: PHP Internals 
> > list <internals.lists.php.net> to give it a human friendly name.
> 
> We can easily change the List-Id header too, as long as I don't need 
> to add a manual description to all 124 of them. So for now, I would 
> suggest to change them to "List-Id: <internals.lists.php.net>". Would 
> that work?

I have now made these changes:

- Added the <> around the value of List-Id.
- Changed "Precedence: bulk" to "Precendence: list"

If Gmail decides not to deliver email, then, I suppose that's their 
problem.

cheers,
Derick
-- 
https://derickrethans.nl | https://xdebug.org | https://dram.io

Author of Xdebug. Like it? Consider supporting me: https://xdebug.org/support

mastodon: @derickr@phpc.social @xdebug@phpc.social

Reply via email to