diff options
| author | bwarsaw | 2000-09-17 06:38:16 +0000 |
|---|---|---|
| committer | bwarsaw | 2000-09-17 06:38:16 +0000 |
| commit | 48862e039fec5ffe165e29e08ab48ade4adbebb8 (patch) | |
| tree | 06247dc414cfd5d3e78654eaf1e41c17be2972c7 /Mailman/Errors.py | |
| parent | 46ac192c2532bed1fae8399015ac1aa737f6733f (diff) | |
| download | mailman-48862e039fec5ffe165e29e08ab48ade4adbebb8.tar.gz mailman-48862e039fec5ffe165e29e08ab48ade4adbebb8.tar.zst mailman-48862e039fec5ffe165e29e08ab48ade4adbebb8.zip | |
Diffstat (limited to 'Mailman/Errors.py')
| -rw-r--r-- | Mailman/Errors.py | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/Mailman/Errors.py b/Mailman/Errors.py index 7128e3684..052bcd1d8 100644 --- a/Mailman/Errors.py +++ b/Mailman/Errors.py @@ -55,29 +55,6 @@ IMPLICIT_DEST_MSG = "Implicit destination" SUSPICIOUS_HEADER_MSG = "Suspicious header" FORBIDDEN_SENDER_MSG = "Forbidden sender" -# 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: - -<dl> - <dt>real_name - <dd>The "pretty" name of the list, with capitalization. - <dt>_internal_name - <dd>The name by which the list is identified in URLs, where case - is germane. - <dt>host_name - <dd>The domain-qualified host name where the list server runs. - <dt>web_page_url - <dd>The mailman root URL to which, eg, 'listinfo/%(_internal_name)s - can be appended to yield the listinfo page for the list. - <dt>description - <dd>The brief description of the list. - <dt>info - <dd>The less brief list description. -</dl> -""" - # New style class based exceptions. All the above errors should eventually be |
