[Rt-commit] rt branch, 4.0/rtaddressregexp-docs, created. rt-4.0.15-28-gf83cd93

Kevin Falcone falcone at bestpractical.com
Fri Jul 26 14:15:41 EDT 2013


The branch, 4.0/rtaddressregexp-docs has been created
        at  f83cd933c5cfc46d40ddd44742b5656348f613a4 (commit)

- Log -----------------------------------------------------------------
commit f83cd933c5cfc46d40ddd44742b5656348f613a4
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Fri Jul 26 14:01:10 2013 -0400

    Correct the explanation of how RTAddressRegexp works.
    
    RT only generated a regexp for you back in bbc4db5 which was pretty
    quickly reverted in dc7d83e.  The erroneous documentation snuck in much
    later in 9d40756.

diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 2c9776e..c5f59f3 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -387,9 +387,10 @@ already, you can generate a naive first pass regexp by using:
 
     perl etc/upgrade/generate-rtaddressregexp
 
-If left blank, RT will generate a regexp for you, based on your
-comment and correspond address settings on your queues; this comes at
-a small cost in start-up speed.
+If left blank, RT will compare each address to your configured
+C<$CorrespondAddress> and C<$CommentAddress> before searching for a
+Queue configured with a matching "Reply Address" or "Comment Address"
+on the Queue Admin page.
 
 =cut
 

-----------------------------------------------------------------------


More information about the Rt-commit mailing list