[freeside-commits] freeside/rt/etc RT_Config.pm.in, 1.18, 1.19 RT_Config.pm, 1.16, 1.17

Mark Wells mark at wavetail.420.am
Wed Jan 18 16:50:16 PST 2012


Update of /home/cvs/cvsroot/freeside/rt/etc
In directory wavetail.420.am:/tmp/cvs-serv16005/rt/etc

Modified Files:
	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.18
retrieving revision 1.19
diff -u -w -d -r1.18 -r1.19
--- RT_Config.pm.in	7 Dec 2011 00:54:36 -0000	1.18
+++ RT_Config.pm.in	19 Jan 2012 00:50:14 -0000	1.19
@@ -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.16
retrieving revision 1.17
diff -u -w -d -r1.16 -r1.17
--- RT_Config.pm	7 Dec 2011 00:54:36 -0000	1.16
+++ RT_Config.pm	19 Jan 2012 00:50:14 -0000	1.17
@@ -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