Fabio Dalan wrote: > >I am using Mailman in a website to manage some list. >The system automatically generates thise pages > >http://lists.ermes-group.eu/mailman/admin >http://lists.ermes-group.eu/mailman/listinfo > >sending users to the email address mailman@ermes.... >that does not exist. > >Do you know how I can costumazie those pages?
These pages are hard coded in Mailman/Cgi/admin.py and Mailman/Cgi/listinfo.py and can't be changed without changing that code. However, that isn't the answer. mailman@ermes... is the posting address for the 'mailman' site list. This list exists. You can't start Mailman without it (mailmanctl will refuse to rin if it isn't there). The Mailman site admin and other interested parties should be members of this list and the list should accept non-member posts. Then users can mail to mailman@ermes..., and the mail will be appropriately delivered. -- 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://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
