summaryrefslogtreecommitdiff
path: root/modules/maillist.py
diff options
context:
space:
mode:
authormailman1998-04-10 00:36:11 +0000
committermailman1998-04-10 00:36:11 +0000
commit4b3689f5299c2f0d4b71107f4cd50ba07114753b (patch)
tree6fd05e4f99041a7995fe1d42e869381c00239b91 /modules/maillist.py
parente17dd089e09778ad3652c9ec247cce36600a3d02 (diff)
downloadmailman-4b3689f5299c2f0d4b71107f4cd50ba07114753b.tar.gz
mailman-4b3689f5299c2f0d4b71107f4cd50ba07114753b.tar.zst
mailman-4b3689f5299c2f0d4b71107f4cd50ba07114753b.zip
Diffstat (limited to 'modules/maillist.py')
-rw-r--r--modules/maillist.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/maillist.py b/modules/maillist.py
index 24c677fd5..2252a5730 100644
--- a/modules/maillist.py
+++ b/modules/maillist.py
@@ -1,6 +1,6 @@
"The class representing a mailman maillist. Mixes in many feature classes."
-__version__ = "$Revision: 394 $"
+__version__ = "$Revision: 409 $"
try:
import mm_cfg
@@ -401,13 +401,13 @@ class MailList(MailCommandHandler, HTMLFormatter, Deliverer, ListAdmin,
'Header added to mail sent to regular list members',
"Text prepended to the top of every immediately-delivery"
- " message. <p>" + mm_cfg.MESSAGE_DECORATION_NOTE),
+ " message. <p>" + mm_err.MESSAGE_DECORATION_NOTE),
('msg_footer', mm_cfg.Text, (4, 55), 0,
'Footer added to mail sent to regular list members',
"Text appended to the bottom of every immediately-delivery"
- " message. <p>" + mm_cfg.MESSAGE_DECORATION_NOTE),
+ " message. <p>" + mm_err.MESSAGE_DECORATION_NOTE),
]
config_info['bounce'] = Bouncer.GetConfigInfo(self)