[Rt-commit] rt branch, 4.4/auto-addwatchers-doc, created. rt-4.4.1-431-g2b3b404
Shawn Moore
shawn at bestpractical.com
Thu Jun 22 13:07:17 EDT 2017
The branch, 4.4/auto-addwatchers-doc has been created
at 2b3b40487e587393d3c17eaa625f3994ee5d9f82 (commit)
- Log -----------------------------------------------------------------
commit 2b3b40487e587393d3c17eaa625f3994ee5d9f82
Author: Shawn M Moore <shawn at bestpractical.com>
Date: Thu Jun 22 13:06:48 2017 -0400
Mention RT::Action::AutoAddWatchers
diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 64386eb..0899c7e 100644
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -2199,12 +2199,15 @@ Set($QuoteFolding, 1);
If C<$ParseNewMessageForTicketCcs> is set to 1, RT will attempt to
divine Ticket 'Cc' watchers from the To and Cc lines of incoming
-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>
+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.
+See also the L<RT::Action::AutoAddWatchers> extension which adds
+watchers from ticket replies on existing tickets.
+
=cut
Set($ParseNewMessageForTicketCcs, undef);
-----------------------------------------------------------------------
More information about the rt-commit
mailing list