[Mailman-Developers] Custom Welcome Message

Grant Bowman grantbow at grantbow.com
Fri Dec 10 21:57:25 CET 2004


Hello,

I'm looking for feedback about the attached one line patch,  It uses
existing capabilities to allow the editing of subscribeack.txt.  If this
is the right approach I would be happy to follow up with additional
patches to help support this capability.  The first thing that comes to
mind adjusting the text of the HTML selection page.  If this isn't the
right approach to provide this capability then what are the
alternatives?

Thanks,

-- 
-- Grant Bowman                                <grantbow at grantbow.com>


--- Mailman/Cgi/edithtml.py.orig	2001-11-30 00:00:18.000000000 -0800
+++ Mailman/Cgi/edithtml.py	2004-12-10 12:09:31.000000000 -0800
@@ -42,6 +42,7 @@
     template_data = (
         ('listinfo.html',    _('General list information page')),
         ('subscribe.html',   _('Subscribe results page')),
+        ('subscribeack.txt', _('Welcome email text file')),
         ('options.html',     _('User specific options page')),
         )
 


More information about the Mailman-Developers mailing list