On 2/27/26 07:17, Laurens Kils-Hütten wrote:

So thanks a lot for clarifying. There's only one issue left I'm seeing
right now. Mailman does not rewrite the Newsgroups: header. Thus mua's
like Thunderbird which also talk NNTP offer to reply to the newsgroup
instead of to the list. Arguably this might be called a bug in
thunderbird, but I think it would be reasonable if mailman would change
"Newsgroups:" to "X-Newsgroups:" to avoid these kinds of pitfalls.

Mailman has a couple of settings in the [nntp] section that control this. See <https://gitlab.com/mailman/mailman/-/blob/master/src/mailman/config/schema.cfg?ref_type=heads#L1073-L1088>. You can't use rewrite_duplicate_headers to do this because it onle rewrites the duplicates and not the original, but you can use remove_headers to remove the Newsgroups header. If you want to do this you could add
```
[nntp]
remove_headers:
    nntp-posting-host nntp-posting-date x-trace
    x-complaints-to xref date-received posted
    posting-version relay-version received
    newsgroups
```
to your mailman.cfg to continue to remove the defaults and also remove the Newsgroups header.

--
Mark Sapiro <[email protected]>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

_______________________________________________
Mailman-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
Archived at: 
https://lists.mailman3.org/archives/list/[email protected]/message/ETQOZSRTVI5XRVJQFVQ6OAACEZT4MNLS/

This message sent to [email protected]

Reply via email to