[Rt-commit] rt branch, 4.0-trunk, updated. rt-4.0.13-51-g5154856
Alex Vandiver
alexmv at bestpractical.com
Thu May 30 13:43:23 EDT 2013
The branch, 4.0-trunk has been updated
via 5154856f8d35889789732b666d71c6ef6cd7aecf (commit)
via 143fddb586bdbb4483f755520edadb9fa6fdd323 (commit)
via 79a039f9d2a9006d5a61e9732224a41e27ba06de (commit)
from 793e087b3f69b9a73a5088b63dd5ddc9140b7dc2 (commit)
Summary of changes:
etc/RT_Config.pm.in | 6 ++++++
lib/RT/Interface/Email.pm | 15 +++++++++------
2 files changed, 15 insertions(+), 6 deletions(-)
- Log -----------------------------------------------------------------
commit 5154856f8d35889789732b666d71c6ef6cd7aecf
Merge: 793e087 143fddb
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Thu May 30 13:34:47 2013 -0400
Merge branch '4.0/outgoing-mail-from' into 4.0-trunk
Conflicts:
etc/RT_Config.pm.in
diff --cc etc/RT_Config.pm.in
index d7a76b1,50e6f23..3b4ed30
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@@ -512,8 -495,12 +512,14 @@@ Correspond mail address of the ticket'
Warning: If you use this setting, bounced mails will appear to be
incoming mail to the system, thus creating new tickets.
+ If the value contains an C<@>, it is assumed to be an email address and used as
+ a global envelope sender. Expected usage in this case is to simply set the
+ same envelope sender on all mail from RT, without defining
+ C<$OverrideOutgoingMailFrom>. If you do define C<$OverrideOutgoingMailFrom>,
+ anything specified there overrides the global value (including Default).
+
+This option only works if C<$MailCommand> is set to 'sendmailpipe'.
+
=cut
Set($SetOutgoingMailFrom, 0);
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list