[Rt-commit] r2543 - in rt/branches/3.4-RELEASE: . etc

jesse at bestpractical.com jesse at bestpractical.com
Thu Mar 31 03:50:12 EST 2005


Author: jesse
Date: Thu Mar 31 03:50:11 2005
New Revision: 2543

Modified:
   rt/branches/3.4-RELEASE/   (props changed)
   rt/branches/3.4-RELEASE/etc/RT_Config.pm.in
Log:
 r10781 at hualien:  jesse | 2005-03-31 16:49:00 +0800
 * Fixes to seph's rtname regex


Modified: rt/branches/3.4-RELEASE/etc/RT_Config.pm.in
==============================================================================
--- rt/branches/3.4-RELEASE/etc/RT_Config.pm.in	(original)
+++ rt/branches/3.4-RELEASE/etc/RT_Config.pm.in	Thu Mar 31 03:50:11 2005
@@ -27,12 +27,12 @@
 Set($rtname , "example.com");
 
 
-# This s regexp controlls what subject tags RT recognizes as its own.
-# be VERY CAREFUL with it. Note that it overrides $rtname.
+# This regexp controls what subject tags RT recognizes as its own.
+# Be VERY CAREFUL with it. Note that it overrides $rtname.
+#
 # If you're not dealing with historical $rtname values, you'll likely
 # never have to enable this feature
-#
-# Set($EmailSubjectTagRegex, qr/$rtname/ );
+# Set($EmailSubjectTagRegex, qr/\Q$rtname\E/ );
 #
 # You should set this to your organization's DNS domain. For example,
 # fsck.com or asylum.arkham.ma.us. It's used by the linking interface to


More information about the Rt-commit mailing list