diff options
author | msapiro <> | 2007-03-20 23:12:18 +0000 |
---|---|---|
committer | msapiro <> | 2007-03-20 23:12:18 +0000 |
commit | 6e46e0d932be4643426d2e7f5037a29039a58207 (patch) | |
tree | 7b8024a03767b6235dac3c091fa2936a246b5ad0 /NEWS | |
parent | 329a23cb28d87ed14627bf7a59b64e57ac594666 (diff) | |
download | mailman2-6e46e0d932be4643426d2e7f5037a29039a58207.tar.gz mailman2-6e46e0d932be4643426d2e7f5037a29039a58207.tar.xz mailman2-6e46e0d932be4643426d2e7f5037a29039a58207.zip |
- Fixed a bug in OldStyleMemberships.addNewMember that allowed adding an address
with upper case in the domain if the local part was all lower case.
- Changed the semantics of OldStyleMemberships.changeMemberAddress os that
in the case of a straightforward address change, i.e. nodelete = 0,
delivery status and time are preserved if BYUSER or BYADMIN.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -14,6 +14,10 @@ Here is a history of user visible changes to Mailman. list's admin or moderator password and to accept the password if the roster is public. + - Changed OldStyleMemberships.py to preserve delivery statuses BYADMIN + and BYUSER on a straight change of address. Also fixed a bug that + could result in a member key with uppercase in the domain. + 2.1.9 (12-Sep-2006) Security |