Report forwarded to debian-bugs-dist@lists.debian.org, Gergely Madarasz <gorgo@sztaki.hu>:
Bug#83010; Package mailman.
debian-bugs-dist@lists.debian.orgGergely Madarasz
Subject: Bug#83010: mailman: Mailman cannot be run without giving users URL of mailman web pages
Reply-To: amb@gedanken.demon.co.uk, 83010@bugs.debian.org
Resent-From: amb@gedanken.demon.co.uk
Resent-To: debian-bugs-dist@lists.debian.org
Resent-CC: Gergely Madarasz
Resent-Date: Sun, 21 Jan 2001 08:33:11 GMT
Resent-Message-ID:
Resent-Sender: owner@bugs.debian.org
X-Debian-PR-Message: report 83010
X-Debian-PR-Package: mailman
X-Debian-PR-Keywords:
X-Loop: owner@bugs.debian.org
Received: via spool by bugs@bugs.debian.org id=B.98006517221673
(code B ref -1); Sun, 21 Jan 2001 08:33:11 GMT
From: amb@gedanken.demon.co.uk
To: submit@bugs.debian.org
X-Mailer: bug 3.3.7
Message-Id:
Date: Sat, 20 Jan 2001 14:32:15 +0000
Delivered-To: submit@bugs.debian.org
Package: mailman
Version: 2.0final-1
Severity: wishlist
Mailman cannot be used to provide a mailing list without having a mailman web
interface for the users. There are parts of the mailman program that insert the
web page URL into outgoing e-mails, these parts are not user configurable.
-------------------- Mailman/Handlers/CookHeaders.py --------------------
subfieldfmt = '<%s>, '
listinfo = mlist.GetScriptURL('listinfo', absolute=1)
#
# TBD: List-Id is not in the RFC, but it was in an earlier draft so we
# leave it in for historical reasons.
headers = {
'List-Id' : listid,
'List-Help' : '' % requestaddr,
'List-Unsubscribe': subfieldfmt % (listinfo, requestaddr, 'un'),
'List-Subscribe' : subfieldfmt % (listinfo, requestaddr, ''),
'List-Post' : '' % mlist.GetListEmail(),
}
-------------------- Mailman/Handlers/CookHeaders.py --------------------
-------------------- Mailman/MailCommandHandler.py --------------------
msg = Utils.wrap('''
For more complete info about the %(listname)s mailing list, including
background and instructions for subscribing to and using it, visit:
%(url)s
''' % {'listname': self.real_name,
'url' : self.GetScriptURL('listinfo', absolute=1),
})
-------------------- Mailman/MailCommandHandler.py --------------------
The configuration files also contain this information but it can be edited out.
-- System Information
Debian Release: testing/unstable
Kernel Version: Linux g6 2.2.17 #19 Fri Dec 1 10:37:47 GMT 2000 i686 unknown
Versions of the packages mailman depends on:
ii apache 1.3.12-2.1 Versatile, high-performance HTTP server
ii cron 3.0pl1-61 management of regular background processing
ii libc6 2.2-6 GNU C Library: Shared libraries and Timezone
ii logrotate 3.2-11 Log rotation utility
ii python-base 1.5.2-10 An interactive object-oriented scripting lan
sendmail Not installed or no info
ii exim 3.20-1 Exim Mailer
^^^ (Provides virtual package mail-transport-agent)
ii apache-ssl 1.3.12.2+1.41- Versatile, high-performance HTTP server with
^^^ (Provides virtual package httpd)
Acknowledgement sent to amb@gedanken.demon.co.uk:
New Bug report received and forwarded. Copy sent to Gergely Madarasz <gorgo@sztaki.hu>.
-t
From: owner@bugs.debian.org (Debian Bug Tracking System)
To: amb@gedanken.demon.co.uk
Subject: Bug#83010: Acknowledgement (mailman: Mailman cannot be run without giving users URL of mailman web pages)
Message-ID:
In-Reply-To:
References:
X-Debian-PR-Message: ack 83010
Thank you for the problem report you have sent regarding Debian.
This is an automatically generated reply, to let you know your message has
been received. It is being forwarded to the developers mailing list for
their attention; they will reply in due course.
Your message has been sent to the package maintainer(s):
Gergely Madarasz
If you wish to submit further information on your problem, please send
it to 83010@bugs.debian.org (and *not* to
bugs@bugs.debian.org).
Please do not reply to the address at the top of this message,
unless you wish to report a problem with the Bug-tracking system.
Darren Benham
(administrator, Debian Bugs database)
Received: (at submit) by bugs.debian.org; 21 Jan 2001 08:19:32 +0000
From amb@gedanken.demon.co.uk Sun Jan 21 02:19:32 2001
Return-path:
Received: from anchor-post-32.mail.demon.net [::ffff:194.217.242.90]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 14KFim-0005dW-00; Sun, 21 Jan 2001 02:19:32 -0600
Received: from gedanken.demon.co.uk ([158.152.211.20] helo=g6.gedanken)
by anchor-post-32.mail.demon.net with esmtp (Exim 2.12 #1)
id 14KFik-000JSF-0W
for submit@bugs.debian.org; Sun, 21 Jan 2001 08:19:31 +0000
Received: from amb by g6.gedanken with local (Exim 3.20 #1 (Debian))
id 14Jz3v-0006VW-00; Sat, 20 Jan 2001 14:32:15 +0000
From: amb@gedanken.demon.co.uk
Subject: mailman: Mailman cannot be run without giving users URL of mailman web pages
To: submit@bugs.debian.org
X-Mailer: bug 3.3.7
Message-Id:
Date: Sat, 20 Jan 2001 14:32:15 +0000
Delivered-To: submit@bugs.debian.org
Package: mailman
Version: 2.0final-1
Severity: wishlist
Mailman cannot be used to provide a mailing list without having a mailman web
interface for the users. There are parts of the mailman program that insert the
web page URL into outgoing e-mails, these parts are not user configurable.
-------------------- Mailman/Handlers/CookHeaders.py --------------------
subfieldfmt = '<%s>, '
listinfo = mlist.GetScriptURL('listinfo', absolute=1)
#
# TBD: List-Id is not in the RFC, but it was in an earlier draft so we
# leave it in for historical reasons.
headers = {
'List-Id' : listid,
'List-Help' : '' % requestaddr,
'List-Unsubscribe': subfieldfmt % (listinfo, requestaddr, 'un'),
'List-Subscribe' : subfieldfmt % (listinfo, requestaddr, ''),
'List-Post' : '' % mlist.GetListEmail(),
}
-------------------- Mailman/Handlers/CookHeaders.py --------------------
-------------------- Mailman/MailCommandHandler.py --------------------
msg = Utils.wrap('''
For more complete info about the %(listname)s mailing list, including
background and instructions for subscribing to and using it, visit:
%(url)s
''' % {'listname': self.real_name,
'url' : self.GetScriptURL('listinfo', absolute=1),
})
-------------------- Mailman/MailCommandHandler.py --------------------
The configuration files also contain this information but it can be edited out.
-- System Information
Debian Release: testing/unstable
Kernel Version: Linux g6 2.2.17 #19 Fri Dec 1 10:37:47 GMT 2000 i686 unknown
Versions of the packages mailman depends on:
ii apache 1.3.12-2.1 Versatile, high-performance HTTP server
ii cron 3.0pl1-61 management of regular background processing
ii libc6 2.2-6 GNU C Library: Shared libraries and Timezone
ii logrotate 3.2-11 Log rotation utility
ii python-base 1.5.2-10 An interactive object-oriented scripting lan
sendmail Not installed or no info
ii exim 3.20-1 Exim Mailer
^^^ (Provides virtual package mail-transport-agent)
ii apache-ssl 1.3.12.2+1.41- Versatile, high-performance HTTP server with
^^^ (Provides virtual package httpd)