Carl Shuller wrote:

>Take the digest from this list for example:
>
>Send Mailman-Users mailing list submissions to
>       mailman-users@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-requ...@python.org
>
>You can reach the person managing the list at
>       mailman-users-ow...@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 <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to