diff options
author | Sascha Wilde <wilde@intevation.de> | 2009-11-26 15:07:10 (GMT) |
---|---|---|
committer | Sascha Wilde <wilde@intevation.de> | 2009-11-26 15:07:10 (GMT) |
commit | ecc7a0088c056fda63fd4f6b72db42199da826e4 (patch) | |
tree | f15dca63f43c4964b82a5995820007bd2b3bb62b | |
parent | a88a20a1d2684e6085a80c1189ae950853ad012d (diff) | |
download | kolab-conf-ecc7a0088c056fda63fd4f6b72db42199da826e4.tar.gz |
Fixed quoting in resmgr.conf.template, kolab/issue973
-rw-r--r-- | conf/templates/resmgr.conf.template.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/templates/resmgr.conf.template.in b/conf/templates/resmgr.conf.template.in index 4fb450c..e84edc8 100644 --- a/conf/templates/resmgr.conf.template.in +++ b/conf/templates/resmgr.conf.template.in @@ -121,8 +121,8 @@ $conf['kolab']['filter']['reject_forged_from_header'] = false; * - %2$s denotes the address in the original from header * - %3$s denotes the name part in the original from header if any */ -// $conf['kolab']['filter']['untrusted_subject_insert'] = "(UNTRUSTED, sender is <%1$s>)"; -// $conf['kolab']['filter']['unauthenticated_subject_insert'] = "(UNTRUSTED, sender <%1$s> is not authenticated)"; +// $conf['kolab']['filter']['untrusted_subject_insert'] = '(UNTRUSTED, sender is <%1$s>)'; +// $conf['kolab']['filter']['unauthenticated_subject_insert'] = '(UNTRUSTED, sender <%1$s> is not authenticated)'; /* Should we allow forwarded ical messages from Outlook * by encapsulating them in a MIME multipart |