[Pkg-mailman-hackers] Bug#440163: newlist never passes emailhost to list creator
martin f krafft
madduck at debian.org
Thu Aug 30 10:58:21 UTC 2007
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 <madduck at debian.org>
: :' : 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature (see http://martin-krafft.net/gpg/)
Url : http://lists.alioth.debian.org/pipermail/pkg-mailman-hackers/attachments/20070830/f15e3891/attachment.pgp
More information about the Pkg-mailman-hackers
mailing list