Public bug reported:
The variables $listinfo_uri and $user_options_url variables used in the
welcome.txt template (welcome to the "xyz" mailing list) still contain
URL references which are from previous version of Mailman and as such do
not reflect the correct URLs which should be used for Mailman 3 in
combination with postorius.
** Affects: mailman
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Mailman
Coders, which is subscribed to GNU Mailman.
https://bugs.launchpad.net/bugs/1342089
Title:
Adapt welcome.txt for postorius
To manage notifications about this bug go to:
https://bugs.launchpad.net/mailman/+bug/1342089/+subscriptions
Aurélien Bompard has proposed merging lp:~abompard/mailman/selinux into lp:mailman.
Requested reviews:
Mailman Coders (mailman-coders)
For more details, see:
https://code.launchpad.net/~abompard/mailman/selinux/+merge/225120
This change introduces SELinux support, as discussed on the mailing-list. It's very simple: it labels the generated mailserver files as etc_mail_t to allow Postfix or Exim to read them.
It assumes an FHS-compliant installation where the mailman var directory is in /var/lib/mailman (as in the mailman.cfg file) or in /var/lib/mailman3 (where it will be separated from an existing mailman2 install)
--
https://code.launchpad.net/~abompard/mailman/selinux/+merge/225120
Your team Mailman Coders is requested to review the proposed merge of lp:~abompard/mailman/selinux into lp:mailman.
Aurélien Bompard has proposed merging lp:~abompard/mailman/link_on_creation into lp:mailman.
Requested reviews:
Mailman Coders (mailman-coders)
For more details, see:
https://code.launchpad.net/~abompard/mailman/link_on_creation/+merge/225118
In the REST interface, when creating a user with an existing address, the server currently replies with a Bad Request error. This changes creates the user and links the existing address to it.
A unit test is provided.
--
https://code.launchpad.net/~abompard/mailman/link_on_creation/+merge/225118
Your team Mailman Coders is requested to review the proposed merge of lp:~abompard/mailman/link_on_creation into lp:mailman.