On 08/05/2018 06:20 AM, Asaf Ohayon wrote:
Comparing to Mailman 2.1, which we recently upgrading from, and didn't got spammed, the "To:" field was set to the actual reciever, While in Mailman 3.2, the "To:" field is set to the list's address.
How can this be configured ?
This is full personalization. See <http://mailman.readthedocs.io/en/latest/src/mailman/handlers/docs/cook-headers.html#personalization>.
This setting is not yet exposed in Postorius, so you have to set it via 'mailman shell'. E.g.
$ bin/mailman shell -l test@msapiro.net Welcome to the GNU Mailman shell The variable 'm' is the test@msapiro.net mailing list
m.personalize <Personalization.none: 0> from mailman.interfaces.mailinglist import Personalization m.personalize = Personalization.full m.personalize <Personalization.full: 2> commit()
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan