Mercurial > masqmail-0.2
comparison man/masqmail.conf.5 @ 115:315773f814f7
allow `:' unquoted too; updated masqmail.conf.5 (Thanks to Paolo)
rvalues with colons were probably already read correctly although unquoted
author | meillo@marmaro.de |
---|---|
date | Wed, 30 Jun 2010 15:31:42 +0200 |
parents | c2f1ba43ae0c |
children | 5ec5e6637049 |
comparison
equal
deleted
inserted
replaced
114:a80ebfa16cd5 | 115:315773f814f7 |
---|---|
1 .TH masqmail.conf 5 2010-06-21 masqmail-0.2.24 "File Formats" | 1 .TH masqmail.conf 5 2010-06-30 masqmail-0.2.25 "File Formats" |
2 | 2 |
3 .SH NAME | 3 .SH NAME |
4 masqmail.conf \- masqmail configuration file | 4 masqmail.conf \- masqmail configuration file |
5 | 5 |
6 | 6 |
14 \fBval\fR = \fIexpression\fR | 14 \fBval\fR = \fIexpression\fR |
15 | 15 |
16 Where \fBval\fR is a variable name and \fIexpression\fR a string, | 16 Where \fBval\fR is a variable name and \fIexpression\fR a string, |
17 which can be quoted with double quotes `"'. | 17 which can be quoted with double quotes `"'. |
18 If the expression is on multiple lines or contains characters other than letters, | 18 If the expression is on multiple lines or contains characters other than letters, |
19 digits or the characters `.', `-', `_', `/', it must be quoted. | 19 digits or the characters `.', `-', `_', `/', ';', '@', ':' it must be quoted. |
20 You can use quotes inside quotes by escaping them with a backslash. | 20 You can use quotes inside quotes by escaping them with a backslash. |
21 | 21 |
22 Each val has a type, which can be boolean, numeric, string or list. | 22 Each val has a type, which can be boolean, numeric, string or list. |
23 A boolean variable can be set with one of the values `on', `yes', and `true' or `off', `no' and `false'. | 23 A boolean variable can be set with one of the values `on', `yes', and `true' or `off', `no' and `false'. |
24 List items are separated with semicolons `;'. | 24 List items are separated with semicolons `;'. |