welcome message text ignoring break lines
Hi,
why welcome message text ingoring break lines ?
instead of writting
test test3 test4
its writting everything so
test test3 test4
How to manage that ?
Cheers
Zalezny
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:
- enter
test
test3
test4
but this will double space the lines, or
- enter
test test3 test4
i.e precede each line with a space to prevent filling.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
Mark Sapiro
-
Zalezny Niezalezny