"""Shared mailman errors and messages.""" __version__ = "$Revision: 466 $" MMUnknownListError = "MMUnknownListError" MMBadListError = "MMBadListError" MMBadUserError = "MMBadUserError" MMBadConfigError = "MMBadConfigError" MMBadEmailError = "MMBadEmailError" MMMustDigestError = "MMMustDigestError" MMCantDigestError = "MMCantDigestError" MMNotAMemberError = "MMNotAMemberError" MMListNotReady = "MMListNotReady" MMNoSuchUserError = "MMNoSuchUserError" MMBadPasswordError = "MMBadPasswordError" MMNeedApproval = "MMNeedApproval" MMHostileAddress = "MMHostileAddress" MMAlreadyAMember = "MMAlreadyAMember" MMPasswordsMustMatch = "MMPasswordsMustMatch" MMAlreadyDigested = "MMAlreadyDigested" MMAlreadyUndigested = "MMAlreadyUndigested" MMBadRequestId = "MMBadRequestId" MMWebSubscribeRequiresConfirmation = "MMWebSubscribeRequiresConfirmation" MODERATED_LIST_MSG = "Moderated list" IMPLICIT_DEST_MSG = "Implicit destination" SUSPICIOUS_HEADER_MSG = "Suspicious header" FORBIDDEN_SENDER_MSG = "Forbidden sender" MESSAGE_DECORATION_NOTE = """This text can include %(field)s format strings which are resolved against the list's attribute dictionary (__dict__). Some useful fields are:
real_name
The "pretty" name of the list, with capitalization.
_internal_name
The name by which the list is identified in URLs, where case is germane.
host_name
The domain-qualified host name where the list server runs.
web_page_url
The mailman root URL to which, eg, 'listinfo/%(_internal_name)s can be appended to yield the listinfo page for the list.
description
The brief description of the list.
info
The less brief list description.
"""