From c2f1d5d37970d37abf6ae71e0b16f4e15538ced3 Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Sun, 17 Sep 2000 06:40:08 +0000 Subject: GetConfigInfo(): Use Utils.maketest() to get the extra html for msg_header and msg_footer. Closes SF bug #114167, Jitterbug PR #209. --- Mailman/MailList.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mailman/MailList.py b/Mailman/MailList.py index 46d89c3b9..42b631075 100644 --- a/Mailman/MailList.py +++ b/Mailman/MailList.py @@ -756,13 +756,13 @@ it will not be changed."""), 'Header added to mail sent to regular list members', "Text prepended to the top of every immediately-delivery" - " message.

" + Errors.MESSAGE_DECORATION_NOTE), + " message. " + Utils.maketext('headfoot.html', raw=1)), ('msg_footer', mm_cfg.Text, (4, WIDTH), 0, 'Footer added to mail sent to regular list members', "Text appended to the bottom of every immediately-delivery" - " message.

" + Errors.MESSAGE_DECORATION_NOTE), + " message. " + Utils.maketext('headfoot.html', raw=1)), ] config_info['bounce'] = Bouncer.GetConfigInfo(self) -- cgit v1.3.1