aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/MailList.py (unfollow)
Commit message (Expand)AuthorFilesLines
2013-09-28Renamed author_is_list to from_is_list.Mark Sapiro1-1/+1
2013-07-18First cut at the author_is_list feature.Mark Sapiro1-1/+2
2012-06-20Fixed a typo in the UPGRADING doc - bin/upgrade -> bin/update.Mark Sapiro1-0/+0
2012-03-28Added the MailList.py change missing from rev. 1345.Mark Sapiro1-0/+1
2012-03-27Added an Auto-Submitted: header to invitations and (un)subscriptionMark Sapiro1-1/+13
2011-11-13Fixed misleading response to an email approval of a held message.Mark Sapiro1-1/+1
2011-09-29A problem with the logic avoiding unnecessarily reloading a current listMark Sapiro1-3/+12
2011-02-07- A new mm_cfg.py setting RESPONSE_INCLUDE_LEVEL has been added to controlMark Sapiro1-2/+2
2010-12-04 - Fixed a problem where an emailed command in the Subject: header with aMark Sapiro1-3/+3
2010-06-29Added option include_sender_header to suppress rewrite of the Sender header w...Malte S. Stretz1-0/+1
2010-02-27Added a urlhost argument to the MailList.MailList.Create() method toMark Sapiro1-5/+6
2008-12-07Fixed an issue where list creation would report bad owner emailMark Sapiro1-1/+1
2008-06-30- Bumped version to 2.1.11.Mark Sapiro1-0/+6
2008-02-23MailList.py - Changed the already a member logic in the ChangeMemberAddress()Mark Sapiro1-3/+4
2008-02-23MailList.py - Reversed a portion of the immediately previous change. ItMark Sapiro1-3/+2
2008-02-23MailList.py - Corrected some long standing incomplete logic in theMark Sapiro1-8/+18
2007-11-25Mailman/Archiver/HyperArch.pyMark Sapiro1-1/+1
2007-11-25Add 'sibling list' feature: exclude and include lists are other mailingTokio Kikuchi1-0/+2
2007-10-18MailList.Create() - added an assertion that the listname is lower case.Mark Sapiro1-0/+1
2006-03-12Fixed long standing error - subscribe log 'new' entry reversed name and email.msapiro1-1/+1
2006-02-22Fixed bug 1435722 by encoding the i18n subject in the character set of themsapiro1-3/+5
2005-12-30A cleansing pass, almost entirely cosmetic. Such things as whitespacebwarsaw1-4/+5
2005-12-03Improving banned subscription logic to cover all invites, subscribes, address...msapiro1-23/+59
2005-08-27FSF office has moved to 51 Franklin Street.tkikuchi1-1/+1
2005-07-13Introduce new attribute (collapse_alternatives) to allow HTML intkikuchi1-0/+1
2005-02-16Forget to add new attribute for new lists.tkikuchi1-0/+1
2005-01-30HasExplicitDest(): Resolution of SF bug #1112349. acceptable_aliases shouldbwarsaw1-23/+21
2004-12-04Python 2.4 checks strftime() more strict.tkikuchi1-12/+28
2004-10-19923428 VERP subscription confirmationstkikuchi1-25/+29
2004-10-10I18N autorespondToSender()tkikuchi1-3/+8
2004-10-08[ 790494 ] built-in automatic discardtkikuchi1-0/+2
2004-10-03Merging SF patches:tkikuchi1-0/+5
2004-03-04Load(): Improve the log message.bwarsaw1-1/+1
2004-03-04Load(): Only gain the lock and attempt to repair the config file if file ==bwarsaw1-9/+11
2004-03-04Load(), __fix_corrupt_pckfile(): We should only rotate the corrupt picklebwarsaw1-8/+21
2004-02-29Load(): Another shutil EPERM elimination patch; os.remove any existing safetybwarsaw1-3/+15
2004-02-29Load(): Before creating the .safety file, move any existing .pck or .db filebwarsaw1-0/+10
2004-02-29__load(): Catch unpicking errors too.bwarsaw1-1/+1
2004-02-19InitTempVars(): Initialize _full_path to the empty string, not None.bwarsaw1-1/+1
2004-02-10MailList: Add the Pending.Pending class to the list of base classes.bwarsaw1-11/+10
2003-12-01InitVars(): Added header_filter_rules for support of the expanded spambwarsaw1-14/+27
2003-11-27GetAvailableLanguages(): Strip out any language codes that aren't inbwarsaw1-1/+3
2003-11-25ApprovedChangeMemberAddress(): When someone requests to change theirbwarsaw1-2/+12
2003-11-24Create(): Take an optional emailhost name and use that to calculatebwarsaw1-2/+5
2003-11-21ApprovedAddMember(): Add a 'whence' argument which gets passed abwarsaw1-5/+8
2003-10-10__save(): Flush the file and (depending on SYNC_AFTER_WRITE) fsync itbwarsaw1-0/+3
2003-09-28MailList.__init__(): When trying to execfile extend.py, we ignorebwarsaw1-1/+5
2003-09-22Backporting from the HEAD -- Mailman packagebwarsaw1-0/+1
2003-04-19Backport from the trunk, and catalog regeneration.bwarsaw1-0/+2
2003-03-31Backporting from trunkbwarsaw1-28/+54