Joy Williams wrote:
>
> I used to work with majordomo, but I'm really rusty at it..... so bear with
> me and forgive my ignorance!
>
> I have some questions about how to make changes to the config file, and no
> I don't know perl.....
>
> I asked for the config file for my new list, and it said:
>
> # digest_rm_footer [word] (undef) <digest>
> # The value is the name of the list that applies the header and
> # footers to the messages that are received by digest. This allows
> # the list supplied headers and footers to be stripped before the
> # messages are included in the digest. This keyword is currently
> # non operative.
> digest_rm_footer =
>
> is there anyway to make it operative? My majordomo comes from Great Circle
> and I would like to put a brief footer at the end of every digest and
> message for that matter.
This section is for removing footers when building digests of the list, and
does not work unless you are running a patched version of 1.94.5. Whether
or not you have a footer in a digest or remove them to build the digest,
depends on the message_footer setting in your listname.config and
listname-digest.config. (See next comment)
>
> it also says:
>
> # message_footer [string_array] (undef) <resend,digest>
> # Text to be appended at the end of all messages posted to the
> # list. The text is expanded before being used. The following
> # expansion tokens are defined: $LIST - the name of the current
> # list, $SENDER - the sender as taken from the from line, $VERSION,
> # the version of majordomo. If used in a digest, no expansion
> # tokens are provided
> message_footer << END
>
> END
>
> I'm not sure where to put in what I want it to say, and not sure if there's
> anything I need to do in terms of quotes, etc.... can someone give me an
> example of what i might put in there?
I guess the best way to answer this is with an example that I use on my
test list. In test.config I have;
message_footer << END
-
**************************************
To be removed from this mailing list;
mailto:$LIST-signoff@my.domain.com
message body and subject can be blank
or mailto:majorodmo@my.domain.com
with just two words in the body
unsubscribe $LIST
**************************************
END
(note: I have a special alias and perl script to handle unsubscribes)
>
> Same with this:
>
> # subject_prefix [word] (undef) <resend>
> # This word will be prefixed to the subject line, if it is not
> # already in the subject. The text is expanded before being used.
> # The following expansion tokens are defined: $LIST - the name of
> # the current list, $SENDER - the sender as taken from the from
> # line, $VERSION, the version of majordomo.
> subject_prefix =
>
> not sure how to input what I want here.
Another "sample" that I use;
subject_prefix = [$LIST]
(note: bracket characters are not required)
>
> Also this:
> # description [string] (undef) <majordomo>
> # Used as description for mailing list when replying to the lists
> # command. There is no quoting mechanism, and there is only room
> # for 50 or so characters.
> description =
>
> When I typed in a description, it gave me an error message... do I need to
> quotes around it or anything?
> Thanks for your patience and I'm sorry if my questions seem like no brainers.
And my final sample...
description = a 50 character maximum description of my test list
(note: there are no quotes around the value on the right of the = sign)
Dan Liston
References:
|
|