[freeside-commits] freeside/rt/etc RT_Config.pm.in, 1.17, 1.18 RT_Config.pm, 1.15, 1.16
Mark Wells
mark at wavetail.420.am
Tue Dec 6 16:54:38 PST 2011
Update of /home/cvs/cvsroot/freeside/rt/etc
In directory wavetail.420.am:/tmp/cvs-serv7874/rt/etc
Modified Files:
RT_Config.pm.in RT_Config.pm
Log Message:
RT option to exclude certain Cc addresses, #15451
Index: RT_Config.pm.in
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/etc/RT_Config.pm.in,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -w -d -r1.17 -r1.18
--- RT_Config.pm.in 27 Apr 2011 08:31:02 -0000 1.17
+++ RT_Config.pm.in 7 Dec 2011 00:54:36 -0000 1.18
@@ -293,6 +293,17 @@
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<not> 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
Index: RT_Config.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/etc/RT_Config.pm,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -w -d -r1.15 -r1.16
--- RT_Config.pm 27 Apr 2011 08:31:02 -0000 1.15
+++ RT_Config.pm 7 Dec 2011 00:54:36 -0000 1.16
@@ -293,6 +293,17 @@
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<not> 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
More information about the freeside-commits
mailing list