summaryrefslogtreecommitdiff
path: root/modules/mm_err.py
Commit message (Collapse)AuthorAgeFilesLines
* All these files have been moved to the Mailman directory (and some renamed)bwarsaw1998-06-191-70/+0
|
* Fixed a typo in the zipcode.viega1998-05-261-2/+2
|
* Added copyright notices to all source files where I am legally entitled to ↵viega1998-05-251-1/+18
| | | | | | | do so. Added a copy of the GNU GPL. Added information about mailman-users in README, and reworded some text in there (made the credits less verbose... perhaps they should move to a credits file?)
* 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
| | | | | | | messages to below the errors. Preparing to package a distribution - add a module docstring and __version__ info.
* Defining error-message vars for use instead of string literals, somailman1998-04-081-1/+4
| | | | | they can be recognized in post script, eg to avoid sending hold messages to spammers.
* MMBadUserError for user records that have been corrupted, eg notmailman1998-03-261-0/+1
| | | | | introduced via the standard interface, or changed by finagling of one sort or the other.
* Add MODERATED_LIST_MSG so it can be recognized across modules - inmailman1998-03-191-0/+2
| | | | | particular, so 'post' script can recognize when messages are being held for approval due to moderation.
* New error MMBadConfigError.klm1998-03-081-0/+1
|
* Add errors MMUnknownListError and MMBadListError, so maillist.py canmailman1998-03-041-0/+3
| | | | express how list loads fail.
* Initial revisionmailman1998-02-271-0/+16