[Rt-commit] rt branch, 4.0-trunk, updated. rt-4.0.11rc1-24-g3bae548
Kevin Falcone
falcone at bestpractical.com
Thu Apr 4 14:06:21 EDT 2013
The branch, 4.0-trunk has been updated
via 3bae54878b55f934add7106fb1fe8ab8bac217f5 (commit)
from 9488f9fa325f8a4efbdcd3fd5725c06744c555c0 (commit)
Summary of changes:
etc/RT_Config.pm.in | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 3bae54878b55f934add7106fb1fe8ab8bac217f5
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Thu Apr 4 12:04:33 2013 -0400
Clarify when you can use these options.
diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index bd866e3..9ab86a6 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -512,6 +512,8 @@ Correspond mail address of the ticket's queue.
Warning: If you use this setting, bounced mails will appear to be
incoming mail to the system, thus creating new tickets.
+This option only works if C<$MailCommand> is set to 'sendmailpipe'.
+
=cut
Set($SetOutgoingMailFrom, 0);
@@ -527,7 +529,8 @@ The option is a hash reference of queue name to email address. If
there is no ticket involved, then the value of the C<Default> key will
be used.
-This option is irrelevant unless C<$SetOutgoingMailFrom> is set.
+This option only works if C<$SetOutgoingMailFrom> is enabled and
+C<$MailCommand> is set to 'sendmailpipe'.
=cut
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list