aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/versions.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-11-25Add 'sibling list' feature: exclude and include lists are other mailingTokio Kikuchi1-0/+5
lists whose members are exclude or included if they appear in To: or Cc:. (Patch ID 1347962)
2007-11-22versions.py - Moved imports to module scope.Mark Sapiro1-2/+3
2007-10-04In rare cases, versions.py can encounter a very old list with held posts inMark Sapiro1-1/+1
its requests dictionary. It then tries to create a Message.OutgoingMessage object from the message text, but that class no longer exists. Fixed by using email.message_from_string() instead.
2007-10-04/cygdrive/c/MM_bzr/log.txtMark Sapiro1-1/+2
2005-12-30A cleansing pass, almost entirely cosmetic. Such things as whitespacebwarsaw1-2/+2
normalization, removal of tabs, copyright year updates to changed files, docstring and comment fixes, and usage of True/False. I also made a pass through the NEWS file. One import was reordered, and after this commit I will move the mmdsr.readme file to README.mmdsr. From my perspective, after that we're ready to go. I will port these changes forward to the trunk.
2005-08-27FSF office has moved to 51 Franklin Street.tkikuchi1-1/+1
2005-07-17Whitespace normalization, and updates of copyright years.bwarsaw1-5/+4
2005-07-13Introduce new attribute (collapse_alternatives) to allow HTML intkikuchi1-0/+4
multipart/alternative message after content filtering.
2005-02-06sourceforge patch id=1107169, re-use member_moderation_notice ...tkikuchi1-0/+1
Instead of re-use, a new variable 'nonmember_rejection_notice' was introduced. For compatibility with my patch for subject numbering, 'data_version' was raised by 3. Sorry for the leap but I want MY user to get smooth update. (TK)
2004-10-08[ 790494 ] built-in automatic discardtkikuchi1-0/+2
2004-10-03Merging SF patches:tkikuchi1-0/+6
[ 904850 ] Scrubber in regular delivery per list [ 1027882 ] filter attachments by filename extensions and a patch in mailman-dev mailing list http://mail.python.org/pipermail/mailman-developers/2004-September/017246.html
2003-12-01NewVars(): Add header_filter_rules if missing.bwarsaw1-0/+1
2003-11-20boilerplatebwarsaw1-1/+1
2003-11-20NewRequestsDatabase(): HoldSubscription() now takes 5 arguments; thebwarsaw1-1/+2
user's realname and the user's language were added.