diff options
author | Thomas Arendsen Hein <thomas@intevation.de> | 2007-04-26 16:29:58 (GMT) |
---|---|---|
committer | Thomas Arendsen Hein <thomas@intevation.de> | 2007-04-26 16:29:58 (GMT) |
commit | dfc26a0ae76c022f5566728d39746492e8ef414f (patch) | |
tree | 4aadf1e0058d809d58f570ed9035fcb7277bc646 | |
parent | 765aba450f98de9071b7e821d14c27d617c3b542 (diff) | |
download | kolab-conf-dfc26a0ae76c022f5566728d39746492e8ef414f.tar.gz |
Fixed/documented kolab/issue974 (Localize the text for rewritten from: headers)2.0-stable
-rw-r--r-- | conf/templates/resmgr.conf.template | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/templates/resmgr.conf.template b/conf/templates/resmgr.conf.template index 125a72a..1d59158 100644 --- a/conf/templates/resmgr.conf.template +++ b/conf/templates/resmgr.conf.template @@ -28,6 +28,9 @@ $params['allow_sender_header'] = ('@@@kolabfilter-allow-sender-header@@@'=='TRUE // the envelope? Default is to rewrite the header $params['reject_forged_from_header'] = ('@@@kolabfilter-reject-forged-from-header@@@'=='TRUE'); +// Text to be inserted in From: when rewriting untrusted mails +$params['untrusted_subject_insert']="(UNTRUSTED, sender is <%s>)"; + // Should we allow forwarded ical messages from Outlook // by encapsulating them in a MIME multipart $params['allow_outlook_ical_forward'] = true; |