diff options
author | ivan <ivan> | 2010-06-06 04:22:40 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-06-06 04:22:40 +0000 |
commit | a91c47d734219f046c881662225cd3f00a3f2e92 (patch) | |
tree | f2a831d2dbf07b09a2ff4b684d92a39239a05df0 /rt/lib | |
parent | 2689f764528e5df4e01e39dc3c451f3278973c24 (diff) |
disable the RTAddressRegexp option for now; waaaaaaay too noise
Diffstat (limited to 'rt/lib')
-rw-r--r-- | rt/lib/RT/Config.pm | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/rt/lib/RT/Config.pm b/rt/lib/RT/Config.pm index 3f8581cc5..ce66bb6cc 100644 --- a/rt/lib/RT/Config.pm +++ b/rt/lib/RT/Config.pm @@ -340,13 +340,15 @@ our %META = ( 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 |