diff options
| author | mailman | 1998-05-12 16:14:43 +0000 |
|---|---|---|
| committer | mailman | 1998-05-12 16:14:43 +0000 |
| commit | 14cf03b4bbbac330eec19d2f2ff2fa2e9888864f (patch) | |
| tree | ac9c06cc4241167a5dec027c649c4cf533ae066f /modules/mm_defaults.py | |
| parent | 60051b0a68da1824af6afcd909098233f4edcff8 (diff) | |
| download | mailman-14cf03b4bbbac330eec19d2f2ff2fa2e9888864f.tar.gz mailman-14cf03b4bbbac330eec19d2f2ff2fa2e9888864f.tar.zst mailman-14cf03b4bbbac330eec19d2f2ff2fa2e9888864f.zip | |
Really cosmetic change to the rule (dashes became underscores) in the
default message footer.
Diffstat (limited to 'modules/mm_defaults.py')
| -rw-r--r-- | modules/mm_defaults.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/mm_defaults.py b/modules/mm_defaults.py index d9850c818..dcab24630 100644 --- a/modules/mm_defaults.py +++ b/modules/mm_defaults.py @@ -9,7 +9,7 @@ this file, to override the distributed defaults with site-specific ones. import os VERSION = '1.0b3' -__version__ = "$Revision: 510 $" +__version__ = "$Revision: 519 $" # The URL for Mailman sources, etc. - you probably don't want to change this. MAILMAN_URL = 'http://www.list.org/' @@ -55,7 +55,7 @@ DEFAULT_MAX_MESSAGE_SIZE = 40 # KB # maillist instance. DEFAULT_SUBJECT_PREFIX = "[%(real_name)s] " DEFAULT_MSG_HEADER = "" -DEFAULT_MSG_FOOTER = """------------------------------------------------------ +DEFAULT_MSG_FOOTER = """_______________________________________________ %(real_name)s maillist - %(real_name)s@%(host_name)s %(web_page_url)slistinfo/%(_internal_name)s """ |
