Your message dated Mon, 2 Mar 2009 19:45:25 +0100
with message-id <[email protected]>
and subject line Re: mailman: Mailman cannot be run without giving users URL of
mailman web pages
has caused the Debian Bug report #83010,
regarding mailman: Mailman cannot be run without giving users URL of mailman
web pages
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.)
--
83010: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=83010
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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>, <mailto:%s?subject=%ssubscribe>'
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' : '<mailto:%s?subject=help>' % requestaddr,
'List-Unsubscribe': subfieldfmt % (listinfo, requestaddr, 'un'),
'List-Subscribe' : subfieldfmt % (listinfo, requestaddr, ''),
'List-Post' : '<mailto:%s>' % 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)
--- End Message ---
--- Begin Message ---
Hi,
I'm sorry that it took eight years to respond to this bug.
I am running a list on current 2.1.9 where the URL is not given to the users.
This is simply done by disabling the List-* headers in the list
configuration, under General Settings ->include_rfc2369_headers.
cheers,
Thijs
signature.asc
Description: This is a digitally signed message part.
--- End Message ---