> What's the code or syntax for inserting a blank line
> before the first
> line of a message footer in the config file (majordomo 1.94.5)?
Replace blank lines with a dash.
Start indented lines with a dash.
Prefix lines that start with a dash with another dash.
message_prefix << XXXXXX
-
This is
-
a footer...
-- do you like it?
-
- I thought you might.
XXXXXX
...will result in the portion between the ===== lines below as your footer:
===========================
This is
a footer...
- do you like it?
I thought you might.
===========================
References:
|
|