X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fetc%2FRT_Config.pm.in;h=94eea5adec4d6ee3a09de2834a339afd4e8da526;hp=ae1bc888db8fc2e859ef4fd077a3071b81774fbc;hb=5cdba011616de4afd742655a4a0250a26d5d049d;hpb=e95f9c5a558d32cc720b1bf57cd9a5fd9eb700f6 diff --git a/rt/etc/RT_Config.pm.in b/rt/etc/RT_Config.pm.in index ae1bc888d..94eea5ade 100644 --- a/rt/etc/RT_Config.pm.in +++ b/rt/etc/RT_Config.pm.in @@ -341,6 +341,18 @@ made of multiple email adresses. 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 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