[freeside-commits] freeside/rt/etc RT_Config.pm.in, 1.17.2.1, 1.17.2.2 RT_Config.pm, 1.15.2.1, 1.15.2.2
Mark Wells
mark at wavetail.420.am
Wed Jan 18 16:50:25 PST 2012
Update of /home/cvs/cvsroot/freeside/rt/etc
In directory wavetail.420.am:/tmp/cvs-serv16060/rt/etc
Modified Files:
Tag: FREESIDE_2_3_BRANCH
RT_Config.pm.in RT_Config.pm
Log Message:
RT NonCustomerEmailRegexp option, #15847
Index: RT_Config.pm.in
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/etc/RT_Config.pm.in,v
retrieving revision 1.17.2.1
retrieving revision 1.17.2.2
diff -u -w -d -r1.17.2.1 -r1.17.2.2
--- RT_Config.pm.in 7 Dec 2011 00:58:11 -0000 1.17.2.1
+++ RT_Config.pm.in 19 Jan 2012 00:50:23 -0000 1.17.2.2
@@ -341,6 +341,18 @@
Set($ValidateUserEmailAddresses, undef);
+=item C<$NonCustomerEmailRegexp>
+
+Normally, when a ticket is linked to a customer, any requestors on that
+ticket that didn't previously have customer memberships are linked to
+the customer also. C<$NonCustomerEmailRegexp> is a regexp for email
+addresses that should I<not> automatically be linked to a customer in
+this way.
+
+=cut
+
+Set($NonCustomerEmailRegexp, undef);
+
=item C<@MailPlugins>
C<@MailPlugins> is a list of auth plugins for L<RT::Interface::Email>
Index: RT_Config.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/etc/RT_Config.pm,v
retrieving revision 1.15.2.1
retrieving revision 1.15.2.2
diff -u -w -d -r1.15.2.1 -r1.15.2.2
--- RT_Config.pm 7 Dec 2011 00:58:11 -0000 1.15.2.1
+++ RT_Config.pm 19 Jan 2012 00:50:23 -0000 1.15.2.2
@@ -341,6 +341,18 @@
Set($ValidateUserEmailAddresses, undef);
+=item C<$NonCustomerEmailRegexp>
+
+Normally, when a ticket is linked to a customer, any requestors on that
+ticket that didn't previously have customer memberships are linked to
+the customer also. C<$NonCustomerEmailRegexp> is a regexp for email
+addresses that should I<not> automatically be linked to a customer in
+this way.
+
+=cut
+
+Set($NonCustomerEmailRegexp, undef);
+
=item C<@MailPlugins>
C<@MailPlugins> is a list of auth plugins for L<RT::Interface::Email>
More information about the freeside-commits
mailing list