diff options
| author | bwarsaw | 1998-06-19 20:03:14 +0000 |
|---|---|---|
| committer | bwarsaw | 1998-06-19 20:03:14 +0000 |
| commit | 1adc42317e78851d10f431e64dc507ac37afffff (patch) | |
| tree | 3968b36437e808c25dab14804f0ac794da2a1cff | |
| parent | 21ee90f6d0cb9ae36777efecabb9bc2c6bcba402 (diff) | |
| download | mailman-1adc42317e78851d10f431e64dc507ac37afffff.tar.gz mailman-1adc42317e78851d10f431e64dc507ac37afffff.tar.zst mailman-1adc42317e78851d10f431e64dc507ac37afffff.zip | |
| -rw-r--r-- | Mailman/Errors.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/Errors.py b/Mailman/Errors.py index 33bd99148..224d4c4bb 100644 --- a/Mailman/Errors.py +++ b/Mailman/Errors.py @@ -17,9 +17,8 @@ """Shared mailman errors and messages.""" -__version__ = "$Revision: 547 $" - +# XXX: These should be converted to new style class exceptions MMUnknownListError = "MMUnknownListError" MMBadListError = "MMBadListError" MMBadUserError = "MMBadUserError" @@ -47,6 +46,7 @@ SUSPICIOUS_HEADER_MSG = "Suspicious header" FORBIDDEN_SENDER_MSG = "Forbidden sender" LOOPING_POST = "Post already went through this list!" +# XXX: This should be converted to templates/*.txt style MESSAGE_DECORATION_NOTE = """This text can include <b>%(field)s</b> format strings which are resolved against the list's attribute dictionary (__dict__). Some useful fields are: |
