[freeside-commits] freeside/rt/lib/RT Config.pm,1.4,1.5

Ivan,,, ivan at wavetail.420.am
Sat Jun 5 21:22:42 PDT 2010


Update of /home/cvs/cvsroot/freeside/rt/lib/RT
In directory wavetail.420.am:/tmp/cvs-serv17872

Modified Files:
	Config.pm 
Log Message:
disable the RTAddressRegexp option for now; waaaaaaay too noise

Index: Config.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/lib/RT/Config.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -w -d -r1.4 -r1.5
--- Config.pm	18 May 2010 19:20:28 -0000	1.4
+++ Config.pm	6 Jun 2010 04:22:40 -0000	1.5
@@ -340,13 +340,15 @@
             my $value = $self->Get('RTAddressRegexp');
             return if $value;
 
-            $RT::Logger->error(
-                'The RTAddressRegexp option is not set in the config.'
-                .' Not setting this option results in additional SQL queries to'
-                .' check whether each address belongs to RT or not.'
-                .' It is especially important to set this option if RT recieves'
-                .' emails on addresses that are not in the database or config.'
-            );
+            #XXX freeside - should fix this at some point, but it is being WAY
+            #too noisy in the logs
+            #$RT::Logger->error(
+            #    'The RTAddressRegexp option is not set in the config.'
+            #    .' Not setting this option results in additional SQL queries to'
+            #    .' check whether each address belongs to RT or not.'
+            #    .' It is especially important to set this option if RT recieves'
+            #    .' emails on addresses that are not in the database or config.'
+            #);
         },
     },
     # User overridable mail options



More information about the freeside-commits mailing list