On Tue, 14 Nov 2000 13:18:08 -0500, Dave Rubin <[log in to unmask]> wrote:

>How can I create templates that apply to all lists on the site, short of
>modifying DEFAULT MAILTPL?
>
the documented method is  use   $SITE$.MAILTPL

see Chap 9 in the Site Mananger manual.

Another method is to use the LANGUAGE capability.  Instead of defining a
language template such as  SPANISH.MAILTPL  you define it by function such as
ONE-WAY.MAILTPL   (with various modifications as needed for one-way,
announce-only lists, including your standard bottom_banner template)  Then in
every List Header you include the line

Language= one-way

and that template will override DEFAULT.MAILTPL.  If you need any furhter
customization to any single list(s) then the listname.MAILTPL will override both
DEFAULT.MAILTPL and language.MAILTPL.