Line breaks in system wide signature (disclaimer)
Hi folks
ZCS NE 6.0.7.1
I'm trying to set up the system wide signature as disclaimer for plain text emails. It seems that amavis ignores any characters for line breaks.
If I do Code:
zmprov mcf zimbraDomainMandatoryMailSignatureText "`cat disclaimer.txt`"
where disclaimer.txt has line feeds inside, the result looks like that:
Code:
--No animals were harmed during the transmission of this message.--Please think on our environment.
If I use \n as delimiter Code:
zmprov mcf zimbraDomainMandatoryMailSignatureText "--\nNo animals were harmed during the transmission of this message."
that's the result:
Code:
--\nNo animals were harmed during the transmission of this message.
Anyone knows how to do this?
Thanks
- Dan