List change - munging for From addresses
Konstantin Ryabitsev
konstantin at linuxfoundation.org
Tue Aug 6 00:54:17 AEST 2024
On Mon, Aug 05, 2024 at 12:42:04PM GMT, Stephen Rothwell wrote:
> > I would generally say that From-munging isn't a great option for any list that
> > receives patches. A much better approach is to just not modify the message
> > headers or message body. This should be possible with mailman.
>
> Unfortunately, I have not found a way to ensure Mailman (v2, at least)
> will not modify messages in all cases e.g. in some circumstances it
> will modify the To/Cc list.
Right, Mailman-2 is also dependent on Python-2, which is quite obsolete by
this point as well.
> So, an alternative for us (though considerable more work) is to change
> mailing list software. Mailmanv3 would be an option, but seems overly
> complex. I see vger.kernel.org is now using mlmmj - is that a
> reasonable option for us (i.e. is it able to not modify messages but
> still have enough features)? If so any hints about migrating? ;-)
I'd say that mlmmj has a very different approach than mailman -- it exposes
very little to end-users and list admins. Any changes to the list
configuration must be made by server admins, which can be seen as very
limiting by someone used to how mailman does it.
However, it *is* a great option for running mailing lists that process
patches and couples well with public-inbox for archiving. It also requires a
fraction of resources of mailman-3.
If you want to be able to have a more hands-off approach to your mailing list
management, with a fancy UI and lots of list admin tunables, your best option
is Mailman-3. If you want a "mean and lean" option, then mlmmj is the way to
go.
-K
More information about the Linuxppc-dev
mailing list