Your message dated Sat, 14 Mar 2009 16:57:59 +0100
with message-id <[email protected]>
and subject line nothing left to do
has caused the Debian Bug report #440163,
regarding newlist never passes emailhost to list creator
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
440163: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=440163
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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/)
--- End Message ---
--- Begin Message ---
I'm closing this bug, as I don't think there's anything left to do for it.
--- End Message ---