On Sun, 15 Apr 2001, Joe Copeland wrote:
> Some mailing lists preface the subject line with the name of the
> mailing list, for example,
>
> Subject: [Majordomo-Users] List name in subject line?
>
> (The Majordomo-users list does not do it like this) :(
>
> How can I have my Majordomo mailing list preface the list name in the
> subject line within brackets like above?
See the "subject_prefix" section of the list.config file. Assuming the
list name is "mylist", the following will do the trick:
subject_prefix = [$LIST]
Whatever you place on the right-hand side will be used as the subject
prefix. In the example above the $LIST token will cause the list name to
be inserted between the brackets. However it will be lower case. If you
want it to be in upper case, which stands out better, don't use the token.
Specify the list name explicitly, like this:
subject_prefix = [MYLIST]
--
Chip Old (Francis E. Old) E-Mail: fold@bcpl.net
Manager, BCPL Network Services Voice: 410-887-6180
Manager, BCPL.NET Internet Services FAX: 410-887-2091
320 York Road
Towson, Maryland 21204-5179 U.S.A.
References:
|
|