[Rt-commit] rt branch, 4.2-trunk, updated. rt-4.2.3-40-g6207b1a
Wallace Reis
wreis at bestpractical.com
Wed Mar 19 19:01:07 EDT 2014
The branch, 4.2-trunk has been updated
via 6207b1a662b31d31104577c0162e251439565114 (commit)
from cd4443edb251466215de11ec7097dc7f2fe85703 (commit)
Summary of changes:
etc/RT_Config.pm.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 6207b1a662b31d31104577c0162e251439565114
Author: Wallace Reis <wreis at bestpractical.com>
Date: Wed Mar 19 20:01:02 2014 -0300
Fix doc typo
diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 7d686ba..abdfe0c 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -426,7 +426,7 @@ Set($RTAddressRegexp, undef);
RT provides functionality which allows the system to rewrite incoming
email addresses. In its simplest form, you can substitute the value
in C<CanonicalizeEmailAddressMatch> for the value in
-C<CanonicalizeEmailAddressReplace>> (These values are passed to the
+C<CanonicalizeEmailAddressReplace> (These values are passed to the
C<CanonicalizeEmailAddress> subroutine in F<RT/User.pm>)
By default, that routine performs a C<s/$Match/$Replace/gi> on any
-----------------------------------------------------------------------
More information about the rt-commit
mailing list