summaryrefslogtreecommitdiff
path: root/Mailman/Errors.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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