From ff4e86db92ebc49762302c40dd31e0325f9afd1c Mon Sep 17 00:00:00 2001 From: mark Date: Wed, 7 Dec 2011 00:58:11 +0000 Subject: RT option to exclude certain Cc addresses, #15451 --- rt/etc/RT_Config.pm.in | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'rt/etc/RT_Config.pm.in') diff --git a/rt/etc/RT_Config.pm.in b/rt/etc/RT_Config.pm.in index 575a94fce..ae1bc888d 100644 --- a/rt/etc/RT_Config.pm.in +++ b/rt/etc/RT_Config.pm.in @@ -293,6 +293,17 @@ can generate a naive first pass regexp by using Set($RTAddressRegexp , undef); +=item C<$IgnoreCcRegexp> + +C<$IgnoreCcRegexp> is a regexp to exclude addresses from automatic addition +to the Cc list. Use this for addresses that are I received by RT but +are sometimes added to Cc lists by mistake. Unlike C<$RTAddressRegexp>, +these addresses can still receive email from RT otherwise. + +=cut + +Set($IgnoreCcRegexp, undef); + =item C<$CanonicalizeEmailAddressMatch>, C<$CanonicalizeEmailAddressReplace> RT provides functionality which allows the system to rewrite -- cgit v1.2.1