summaryrefslogtreecommitdiff
path: root/Mailman/Errors.py
Commit message (Expand)AuthorAgeFilesLines
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-271-208/+0
* The start of a cleaning up of Errors.py. Eventually, I want to get rid ofBarry Warsaw2008-02-191-54/+0
* Tweak copyright years.Barry Warsaw2008-02-071-1/+1
* Fixed a problem where members of a deleted mailing list were hanging around.Barry Warsaw2007-08-051-5/+24
* Added a doctest for the Mailman.app.create module.Barry Warsaw2007-08-051-1/+0
* It all started by trying to remove MailList.Create() and use the IListManagerBarry Warsaw2007-08-051-0/+5
* Move the pending database into the SQLAlchemy/Elixir layer. The oldBarry Warsaw2007-08-011-7/+4
* Convert failing test_message.py to doctests bounces.txt and message.txt, whichBarry Warsaw2007-07-011-3/+1
* Merge exp-elixir-branch to trunk. There is enough working to make me feelbwarsaw2007-05-281-0/+30
* Restore the use of passwords.Schemes enum for selection of password hashingbwarsaw2007-03-221-2/+23
* Update copyright years.bwarsaw2007-01-191-1/+1
* Merged revisions 8113-8121 via svnmerge from bwarsaw2006-12-291-0/+16
* As Mark discovered, we need to load the configuration in the driver script forbwarsaw2006-09-241-1/+8
* First crack at real virtual domain support, i.e. mailing lists with the samebwarsaw2006-07-081-9/+18
* Now that Python 2.3 is the minimum requirement for Mailman 2.2:bwarsaw2006-04-151-2/+3
* back porting from 2.1.6tkikuchi2005-08-281-0/+6
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
* HostileSubscriptionError: New exception used to signal an inviteebwarsaw2003-03-161-4/+11
* MMNotAMemberError, MMNoSuchUserError: Get rid of these since we don'tbwarsaw2002-12-021-2/+0
* BadListNameError: New exception for when the list name is invalid.bwarsaw2002-10-061-0/+1
* New error class MembershipIsBanned; used in support of the new bannedbwarsaw2002-01-061-1/+2
* I don't think we need to import Mailman.i18n anymore. Anybwarsaw2001-11-211-6/+6
* RejectMessage: Add an __init__() to initialize the rejection noticebwarsaw2001-10-151-3/+10
* HoldMessage: Let's do this the non-clever way (which was causing toobwarsaw2001-09-041-3/+7
* MMMemberError, MMBadUserError, MMNotAMemberError, MMNoSuchUserError,bwarsaw2001-07-191-6/+14
* MessageHeld => HoldMessagebwarsaw2001-07-101-1/+4
* SomeRecipientsFailed constructor takes two lists of failed recipients,bwarsaw2001-02-161-0/+4
* HandlerError, MessageHeld, DiscardMessage, SomeRecipientsFailed,bwarsaw2001-02-151-1/+31
* MESSAGE_DECORATION_NOTE: Removed. Text has been moved tobwarsaw2000-09-171-23/+0
* MMListAlreadyExistsError: new exception.bwarsaw2000-04-091-0/+1
* Consistency in list-opening related exceptions.bwarsaw2000-04-041-4/+8
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-211-1/+1
* MailmanError: new exception class which will eventually be the basebwarsaw1999-11-151-13/+35
* MMBadRequestId: removedbwarsaw1999-11-101-2/+4
* Created MMAuthenticationError exception class hierarchy, into whichhmeland1999-06-131-2/+9
* LOOPING_POST => MMLoopingPostbwarsaw1999-04-161-1/+1
* A start on the conversion to class-based exceptions :-)bwarsaw1999-01-091-2/+9
* These changing are a cleanup of the sorry state the subscription policycotton1998-10-101-1/+2
* Removed RCS crudbwarsaw1998-06-191-2/+2
* Fixed a typo in the zipcode.viega1998-05-261-2/+2
* Added copyright notices to all source files where I am legally entitled to do...viega1998-05-251-1/+18
* New LOOPING_POST error message, for wide-loop detection disposition.klm1998-04-271-1/+2
* Added missing "</dl>" to MESSAGE_DECORATION_NOTE.mailman1998-04-231-1/+2
* Move MESSAGE_DECORATION_NOTE here from mm-defaults, and move all themailman1998-04-091-4/+29
* Defining error-message vars for use instead of string literals, somailman1998-04-081-1/+4
* MMBadUserError for user records that have been corrupted, eg notmailman1998-03-261-0/+1
* Add MODERATED_LIST_MSG so it can be recognized across modules - inmailman1998-03-191-0/+2
* New error MMBadConfigError.klm1998-03-081-0/+1
* Add errors MMUnknownListError and MMBadListError, so maillist.py canmailman1998-03-041-0/+3
* Initial revisionmailman1998-02-271-0/+16