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)