gforge-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-devel] [ gforge-Patches-331 ] web_page_url and create-mailing-


From: noreply
Subject: [Gforge-devel] [ gforge-Patches-331 ] web_page_url and create-mailing-lists.pl
Date: Thu, 08 May 2003 05:47:21 -0500

Patches item #331, was opened at 2003-05-08 12:47
You can respond by visiting: 
http://gforge.org/tracker/?func=detail&atid=106&aid=331&group_id=1

Category: Mailing Lists
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Vicente Ruiz (vjrj)
Assigned to: Nobody (None)
Summary: web_page_url and  create-mailing-lists.pl

Initial Comment:
In a debian intallation, new lists are created with the
web_page_url = DEFAULT_URL from
/etc/mailman/mm_cfg.py
instead of $sys_lists_host.

I think that it's better to use $sys_lists_host in the
creation of the list (like in debian-sf) if you don't
want to have problems.

Of course you can configure corretly to fix the problems. 
/etc/mailman/mm_cfg.py

If you have a lists configured with a wrong_page_url
you can fixed it with the mailman command config_list
adding the correct web_page_url.


Thanks,


Vicente

--- /usr/lib/gforge/bin/create-mailing-lists.pl Wed
May  7 16:03:01 2003
+++
/usr/lib/gforge/bin/create-mailing-lists.pl.old     Wed
May  7 16:02:47
2003
@@ -64,7 +64,6 @@
        print CONFIG "description = '$description'\n" ;
        print CONFIG "host_name = '$sys_lists_host'\n" ;
        print CONFIG "generic_nonmember_action = '0'\n" ;
-       print CONFIG "web_page_url =
'http://$sys_lists_host/cgi-bin/mailman/'\n" ;
        close CONFIG ;
        $cmd = "/usr/lib/mailman/bin/config_list -i
$tmp $listname" ;
        #print "cmd = <$cmd>\n" ;

----------------------------------------------------------------------

You can respond by visiting: 
http://gforge.org/tracker/?func=detail&atid=106&aid=331&group_id=1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]