aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/OldStyleMemberships.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-03-20- Fixed a bug in OldStyleMemberships.addNewMember that allowed adding an addressmsapiro1-3/+11
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.
2005-08-27FSF office has moved to 51 Franklin Street.tkikuchi1-1/+1
2003-03-31Backporting from trunkbwarsaw1-4/+7
2003-01-02changeMemberAddress(): Rearrange the order in which sub-tasks arebwarsaw1-10/+10
done. First remove the old member, then add the new member. Also fix the setting of user options so that this is done on the newaddress (lowercased). This should avoid MMAlreadyAMember errors when the address changes by case only.