[Rt-commit] r2661 - in rt/branches/PLATANO-EXPERIMENTAL: . etc

jesse at bestpractical.com jesse at bestpractical.com
Sat Apr 16 02:45:30 EDT 2005


Author: jesse
Date: Sat Apr 16 02:45:28 2005
New Revision: 2661

Modified:
   rt/branches/PLATANO-EXPERIMENTAL/   (props changed)
   rt/branches/PLATANO-EXPERIMENTAL/etc/RT_Config.pm.in
Log:
 r12999 at hualien:  jesse | 2005-04-16 02:26:32 -0400
  r11467 at hualien:  jesse | 2005-04-02 04:40:59 -0500
   r10781 at hualien:  jesse | 2005-03-31 16:49:00 +0800
   * Fixes to seph's rtname regex
  
 


Modified: rt/branches/PLATANO-EXPERIMENTAL/etc/RT_Config.pm.in
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL/etc/RT_Config.pm.in	(original)
+++ rt/branches/PLATANO-EXPERIMENTAL/etc/RT_Config.pm.in	Sat Apr 16 02:45:28 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