Hi Everyone,
I have created mailing list (mailman3 + postorius) to use as our members newsletter. We enter and remove the Members manually and only use it as a tool for us, therefore we do not want the default welcome message (which we have disabled), but I can't find a way o disable the notification once the member is removed from the list. The "list:user:notice:goodbye" Template only seemed to affect the message content but not the header.
I would appreciate any tips and ideas, thanks a lot in advance!
Best Moritz
P.s. Hello World!
On 1/28/21 4:27 AM, Moritz Fromm wrote:
I can't find a way o disable the notification once the member is removed from the list. The "list:user:notice:goodbye" Template only seemed to affect the message content but not the header.
Lists have a send_goodbye_message
attribute which if False
will do
what you want. In Core 3.3.3 this is exposed in REST, but not yet in
Postorius - https://gitlab.com/mailman/postorius/-/issues/466
In the interim, you can set it via mailman shell
.
Hi,
Am 28.01.2021 um 21:22 schrieb Mark Sapiro:
Lists have a
send_goodbye_message
attribute which ifFalse
will do what you want. [...] In the interim, you can set it viamailman shell
.
Thanks, that's perfect!
In Core 3.3.3 this is exposed in REST, but not yet in Postorius - https://gitlab.com/mailman/postorius/-/issues/466
Thanks for opening the issue, if I can find some Time I'll try to implement this option.
Best Moritz
On 1/29/21 5:19 AM, Moritz Fromm wrote:
Hi,
Am 28.01.2021 um 21:22 schrieb Mark Sapiro:
In Core 3.3.3 this is exposed in REST, but not yet in Postorius - https://gitlab.com/mailman/postorius/-/issues/466
Thanks for opening the issue, if I can find some Time I'll try to implement this option.
Sorry, It's already done. ;)