audit wrote:
>I converted some mail lists over from one domain to another when I
>changed from sendmail to postfix. Everything's working great except for
>one problem. When I run the command flatlined /usr/local/mailman#
>bin/withlist -l -r fix_url bb-help -u www.domain.com then the lists info
>shows as If you are having trouble using the lists, please contact
>[EMAIL PROTECTED]
>
>I'm trying to get rid of the please contact [EMAIL PROTECTED] and
>have it show as [EMAIL PROTECTED]
>
>If I run it as bin/withlist -l -r fix_url bb-help -u domain.com
>then it does but then it doesn't show up as being on the public mail
>lists under http://www.domain.com/mailman/listinfo
Make sure you have
add_virtualhost('www.domain.com', 'domain.com')
in mm_cfg.py. Then run the first command above. fix_url sets the
webhost from the -u option and then tries to look up the corresponding
email host. If there is no add_virtualhost() for the web host, the
lookup fails and fix_url uses the web host as the email host.
--
Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers,
San Francisco Bay Area, California better use your sense - B. Dylan
------------------------------------------------------
Mailman-Users mailing list
[email protected]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe:
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
Security Policy:
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp