Package: mailman Version: 2.1.9-7 Severity: normal Tags: patch No use in determining emailhost if you don't actually pass it on.
--- /tmp/newlist 2007-08-30 12:45:13.953133384 +0200
+++ /usr/sbin/newlist 2007-08-30 12:57:23.172717565 +0200
@@ -201,7 +201,7 @@
oldmask = os.umask(002)
try:
try:
- mlist.Create(listname, owner_mail, pw)
+ mlist.Create(listname, owner_mail, pw, emailhost=emailhost)
finally:
os.umask(oldmask)
except Errors.BadListNameError, s:
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1,
'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.22-1-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--
.''`. martin f. krafft <[EMAIL PROTECTED]>
: :' : proud Debian developer, author, administrator, and user
`. `'` http://people.debian.org/~madduck - http://debiansystem.info
`- Debian - when you have better things to do than fixing systems
digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)

