Package: mailman
Version: 2.1.5-7
Severity: important

Problem:

  Translation of Web-pages and Mail-texts to other languages then
  English do not work.

Reason:

  Defaults.py:PREFIX          = '/var/lib/mailman'
  Defaults.py:TEMPLATE_DIR    = os.path.join(PREFIX, 'templates')

  this makes

    TEMPLATE_DIR = '/var/lib/mailman/templates'

  which does not exist.  The language templates are in
  /usr/share/mailman/.

Workaround:

  against the advice in Defaults.py put

    TEMPLATE_DIR = '/usr/share/mailman/'

  into /etc/mailman/mm_site.cfg or make a symlink in /var/lib/mailman:

    ln -s /usr/share/mailman /var/lib/mailman/templates

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages mailman depends on:
ii  aolserver4 [httpd]          4.0.10-1     AOL Web Server 4 (Program)
ii  cron                        3.0pl1-86    management of regular background p
ii  debconf                     1.4.34       Debian configuration management sy
ii  fnord [httpd]               1.8-5        yet another small httpd
ii  libc6                       2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  logrotate                   3.7-2        Log rotation utility
ii  pwgen                       2.03-1       Automatic Password generation
ii  python                      2.3.4-5      An interactive high-level object-o
ii  qmail-run [mail-transport-a 1.1.0        sets up qmail as mail-transfer-age
ii  ucf                         1.13         Update Configuration File: preserv


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to