Package: mailman Severity: wishlist s patch lets you have a different DEFAULT_SERVER_NAME for defined virtual hosts. Useful because initial pages always refers to site DEFAULT_SERVER_NAME, even if lists are in an other language.
A patch that adds a configuration variable to support this is included. The patch is made with dpatch. This is an usage example: # Required when setting any of its arguments. add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST) add_virtualhost('it.gnu.org', 'it.gnu.org') #------------------------------------------------------------- # The default language for this server. DEFAULT_SERVER_LANGUAGE = 'es' VIRTUAL_HOSTS_LANGUAGE['it.gnu.org']='it' -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (899, 'unstable'), (500, 'testing'), (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.15 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
79_initial_pages_virtual_host_localization.dpatch
Description: application/shellscript