diff options
-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; |