diff options
| author | Barry Warsaw | 2012-12-23 14:43:31 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2012-12-23 14:43:31 -0500 |
| commit | f620f664e138e672a2bc88ca7603075a99858882 (patch) | |
| tree | 1f2bfa8e40d7f9e7a89b7d8109f5ac6b72092dbb /src/mailman/docs | |
| parent | 7cade857aafe1aa066be7269c3cbb2025a69d648 (diff) | |
| download | mailman-f620f664e138e672a2bc88ca7603075a99858882.tar.gz mailman-f620f664e138e672a2bc88ca7603075a99858882.tar.zst mailman-f620f664e138e672a2bc88ca7603075a99858882.zip | |
* Two new events are triggered on membership changes: `SubscriptionEvent`
when a new member joins a mailing list, and an `UnsubscriptionEvent` when a
member leaves a mailing list. (LP: #1047286)
Diffstat (limited to 'src/mailman/docs')
| -rw-r--r-- | src/mailman/docs/NEWS.rst | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst index 64df34ef1..b9720b960 100644 --- a/src/mailman/docs/NEWS.rst +++ b/src/mailman/docs/NEWS.rst @@ -73,18 +73,21 @@ Interfaces `IMailingList` to an `IBanManager` to manage the bans for a specific mailing list. To manage the global bans, adapt ``None``. -Integration ------------ - * Added support for Postfix `relay_domains` setting for better virtual domain - support. Contributed by Jimmy Bergman. - Commands -------- * `bin/mailman aliases` loses the `--output`, `--format`, and `--simple` arguments, and adds a `--directory` argument. This is necessary to support the Postfix `relay_domains` support. * `bin/mailman start` was passing the wrong relative path to its runner - subprocesses when -C was given. LP: #982551 + subprocesses when -C was given. (LP: #982551) + +Other +----- + * Added support for Postfix `relay_domains` setting for better virtual domain + support. Contributed by Jimmy Bergman. + * Two new events are triggered on membership changes: `SubscriptionEvent` + when a new member joins a mailing list, and an `UnsubscriptionEvent` when a + member leaves a mailing list. (LP: #1047286) Bugs ---- |
