[Mailman-Users] How to remove List info from posts

Mark Sapiro msapiro at value.net
Fri Jul 23 05:27:43 CEST 2004


Yogesh Subhash Talekar wrote:
>
>When my Mailman sends a post to all members it attaches few lines to the
>message which lookup these:
>
>List-Id: eurlist.listman.mydomain.com
>List-Unsubscribe: <http://listman.mydomain.com/mailman/listinfo/eurlist>,
>	<mailto:eurlist-request at listman.ponlmail.com?subject=unsubscribe>
>List-Post: <mailto:eurlist at listman.mydomain.com>
>List-Help: <mailto:eurlist-request at listman.mydomain.com?subject=help>
>List-Subscribe: <http://listman.mydomain.com/mailman/listinfo/eurlist>,
>	<mailto:eurlist-request at listman.mydomain.com?subject=subscribe>
>Sender: eurlist-bounces at listman.mydomain.com
>Errors-To: eurlist-bounces at listman.mydomain.com
>
>
>Is it possible to *not* to have these. Which parameter is mm_cfg,py needs
>to be changed?

For the List- headers see
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.001.htp

Also, the following is in Defaults.py

# RFC 2369 defines List-* headers which are added to every message sent
# through to the mailing list membership.  These are a very useful aid
to end
# users and should always be added.  However, not all MUAs are
compliant and
# if a list's membership has many such users, they may clamor for these
# headers to be suppressed.  By setting this variable to Yes, list
owners will
# be given the option to suppress these headers.  By setting it to No,
list
# owners will not be given the option to suppress these headers
(although some
# header suppression may still take place, i.e. for announce-only
lists, or
# lists with no archives).
ALLOW_RFC2369_OVERRIDES = Yes


You don't want to delete Sender: or Errors-To: as that would affect
bounce processing.

--
Mark Sapiro <msapiro at value.net>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan




More information about the Mailman-Users mailing list