[Rt-commit] r2711 - in rt/branches/PLATANO-EXPERIMENTAL-CSS: . etc
jesse at bestpractical.com
jesse at bestpractical.com
Sat Apr 16 04:17:32 EDT 2005
Author: jesse
Date: Sat Apr 16 04:17:32 2005
New Revision: 2711
Modified:
rt/branches/PLATANO-EXPERIMENTAL-CSS/ (props changed)
rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/RT_Config.pm.in
Log:
r13100 at hualien: jesse | 2005-04-16 03:11:52 -0400
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-CSS/etc/RT_Config.pm.in
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/RT_Config.pm.in (original)
+++ rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/RT_Config.pm.in Sat Apr 16 04:17:32 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