[Mailman-Developers] Small patch concerning Debian bug #50583

Tollef Fog Heen tfheen@debian.org
13 Mar 2001 17:13:08 +0100


Hi, I am the new Debian maintainer of Mailman, which means that I'll
probably bug some of you concerning old bugs.. :) If any of the bugs
listed at http://bugs.debian.org/mailman are fixed, I'd like to know,
so that I can close them.

(The bug report is at http://bugs.debian.org/50583 ).

The patch is simple:

--- bin/newlist~        Sat Mar  3 06:58:19 2001
+++ bin/newlist Tue Mar 13 17:06:48 2001
@@ -208,7 +208,8 @@
                  })
             msg = Message.UserNotification(
                 owner_mail,
-                'mailman-owner@' + mlist.host_name,
+                MAILMAN_OWNER,
+#                'mailman-owner@' + mlist.host_name,
                 'Your new mailing list: ' + listname,
                 text)
             HandlerAPI.DeliverToUser(mlist, msg)

However, it seems like mailman-owner is hard coded into
templates/newlist.txt as well.

-- 

Tollef Fog Heen
Unix _IS_ user friendly... It's just selective about who its friends are.