[Rt-commit] rt branch, 4.0/clarify-parsenewmessageforticketccs, created. rt-4.0.15-48-g494f4ee
Kevin Falcone
falcone at bestpractical.com
Tue Jul 30 12:13:34 EDT 2013
The branch, 4.0/clarify-parsenewmessageforticketccs has been created
at 494f4eeac35caae3bfaf75a3ce275e11cb830d79 (commit)
- Log -----------------------------------------------------------------
commit 494f4eeac35caae3bfaf75a3ce275e11cb830d79
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Tue Jul 30 12:06:10 2013 -0400
Be explicit about when this option applies.
The wording was very vague and could easily be misinterpreted to mean
that it parses on any new message, rather than on New Messages that
cause New Tickets.
diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 2c9776e..76ac484 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -1716,9 +1716,11 @@ Set(@Active_MakeClicky, qw());
If C<$ParseNewMessageForTicketCcs> is set to 1, RT will attempt to
divine Ticket 'Cc' watchers from the To and Cc lines of incoming
-messages. Be forewarned that if you have I<any> addresses which forward
-mail to RT automatically and you enable this option without modifying
-C<$RTAddressRegexp> below, you will get yourself into a heap of trouble.
+messages that create new Tickets. This option does not apply to replies
+or comments on existing Tickets. Be forewarned that if you have I<any>
+addresses which forward mail to RT automatically and you enable this
+option without modifying C<$RTAddressRegexp> below, you will get
+yourself into a heap of trouble.
=cut
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list