[Mailman-Users] welcome message text ignoring break lines
Mark Sapiro
mark at msapiro.net
Fri Mar 31 11:12:42 EDT 2017
On 03/31/2017 06:30 AM, Zalezny Niezalezny wrote:
>
> why welcome message text ingoring break lines ?
>
>
> instead of writting
>
> test
> test3
> test4
>
>
> its writting everything so
>
> test test3 test4
Assuming you are talking about
List-specific text prepended to new-subscriber welcome message
(Details for welcome_msg)
if you follow the (Details for welcome_msg) link you will see the
details which include (in English anyway)
"""
Note that this text will be wrapped, according to the following rules:
Each paragraph is filled so that no line is longer than 70 characters.
Any line that begins with whitespace is not filled.
A blank line separates paragraphs.
"""
So you can do one of two things:
1) enter
test
test3
test4
but this will double space the lines, or
2) enter
test
test3
test4
i.e precede each line with a space to prevent filling.
--
Mark Sapiro <mark at msapiro.net> The highway is for gamblers,
San Francisco Bay Area, California better use your sense - B. Dylan
More information about the Mailman-Users
mailing list