~sakuag333/mailman/lmtp-duplicate-id

« back to all changes in this revision

Viewing changes to src/mailman/docs/NEWS.rst

  • Committer: Barry Warsaw
  • Date: 2012-12-25 20:44:40 UTC
  • mfrom: (7189.2.2 3.0)
  • Revision ID: barry@list.org-20121225204440-f2yet4vpbwv0thx7
merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
   `IMailingList` to an `IBanManager` to manage the bans for a specific
74
74
   mailing list.  To manage the global bans, adapt ``None``.
75
75
 
76
 
Integration
77
 
-----------
78
 
 * Added support for Postfix `relay_domains` setting for better virtual domain
79
 
   support.  Contributed by Jimmy Bergman.
80
 
 
81
76
Commands
82
77
--------
83
78
 * `bin/mailman aliases` loses the `--output`, `--format`, and `--simple`
84
79
   arguments, and adds a `--directory` argument.  This is necessary to support
85
80
   the Postfix `relay_domains` support.
86
81
 * `bin/mailman start` was passing the wrong relative path to its runner
87
 
   subprocesses when -C was given.  LP: #982551
 
82
   subprocesses when -C was given.  (LP: #982551)
 
83
 
 
84
Other
 
85
-----
 
86
 * Added support for Postfix `relay_domains` setting for better virtual domain
 
87
   support.  Contributed by Jimmy Bergman.
 
88
 * Two new events are triggered on membership changes: `SubscriptionEvent`
 
89
   when a new member joins a mailing list, and an `UnsubscriptionEvent` when a
 
90
   member leaves a mailing list.  (LP: #1047286)
 
91
 * Improve the --help text for the `start`, `stop`, `restart`, and `reopen`
 
92
   subcommands.  (LP: #1035033)
88
93
 
89
94
Bugs
90
95
----