lp:~sumanah/mailman/mailman
- Get this branch:
- bzr branch lp:~sumanah/mailman/mailman
Branch merges
- Barry Warsaw: Approve
- Mark Sapiro: Pending requested
- Yasuhito FUTATSUKI at POEM: Pending requested
-
Diff: 140 lines (+3/-95)3 files modifiedsrc/mailman/bin/master.py (+1/-61)
src/mailman/bin/onebounce.py (+1/-33)
src/mailman/commands/cli_control.py (+1/-1)
Branch information
Recent revisions
- 7273. By Barry Warsaw
-
* Fixed getting non-ASCII filenames from RFC 2231 i18n'd messages. Given by
Aurélien Bompard. (LP: #1060951) - 7271. By Barry Warsaw
-
* The address resource now has an additional '/user' sub-resource which can
be used to GET the address's linked user if there is one. This
sub-resource also supports POST to link an unlinked address (with an
optional 'auto_create' flag), and PUT to link the address to a different
user. It also supports DELETE to unlink the address. (LP: #1312884)
Given by Aurélien Bompard based on work by nicolask. - 7270. By Barry Warsaw
-
* Fixed messages without a `text/plain` part crashing the `Approved` rule.
Given by Aurélien Bompard. (LP: #1158721) - 7269. By Barry Warsaw
-
* Fix Unicode errors when a message being added to the digest has non-ascii
characters in its payload, but no Content-Type header defining a charset.
Given by Aurélien Bompard. (LP: #1170347)
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:mailman