[Mailman-Users] Moving administrative information to bottom ofdigest

Mark Sapiro mark at msapiro.net
Wed Dec 8 03:13:48 CET 2010


Carl Shuller wrote:

>Take the digest from this list for example:
>
>Send Mailman-Users mailing list submissions to
>       mailman-users at python.org
>
>To subscribe or unsubscribe via the World Wide Web, visit
>       http://mail.python.org/mailman/listinfo/mailman-users
>or, via email, send a message with subject or body 'help' to
>       mailman-users-request at python.org
>
>You can reach the person managing the list at
>       mailman-users-owner at python.org
>
>When replying, please edit your Subject line so it is more specific
>than "Re: Contents of Mailman-Users digest..."
>
>
>Is there a way to configure Mailman so this information is at the bottom of
>the digest?  Thanks.


There are two ways to do this, neither of which is a configuration
setting per se.

The first way is to modify the code in Mailman/Handlers/ToDigest.py to
move the addition of mastheadtxt and the masthead MIME part to the end
of the digests.

The second way is to make a list/domain/site specific masthead.txt
template which is empty (See the FAQ at
<http://wiki.list.org/x/jYA9>). This will remove the masthead from the
plain format digest, but leave an empty MIME part in the MIME digest.
Then you could add the masthead information to digest_footer.

Either of these methods requires access to the server's Mailman file
system to either edit the handler or install the template.

-- 
Mark Sapiro <mark at msapiro.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