[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.8-103-g88396de
Kevin Falcone
falcone at bestpractical.com
Mon Jun 28 16:49:25 EDT 2010
The branch, 3.8-trunk has been updated
via 88396dead2fe8549e89f5bffde5779fd31975469 (commit)
via 9a9514e219cd94e9d98ba72cb8f2a0ee2b834fca (commit)
from 4313c4b943e7b6c365ee46bcf9d353e91f1bd1a4 (commit)
Summary of changes:
etc/RT_Config.pm.in | 7 +++++--
lib/RT/Config.pm | 4 ++--
2 files changed, 7 insertions(+), 4 deletions(-)
- Log -----------------------------------------------------------------
commit 9a9514e219cd94e9d98ba72cb8f2a0ee2b834fca
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Mon Jun 28 11:59:09 2010 -0400
Better wording for this config warning
the middle sentence still wants work
diff --git a/lib/RT/Config.pm b/lib/RT/Config.pm
index 6134716..051117a 100644
--- a/lib/RT/Config.pm
+++ b/lib/RT/Config.pm
@@ -797,8 +797,8 @@ sub SetFromConfig {
# RTIR's options is set in main site config or RTFM's
warn
"Change of config option '$name' at $args{'File'} line $args{'Line'} has been ignored."
- ." It's may be ok, but we want you to be aware."
- ." This option earlier has been set in $source{'File'} line $source{'Line'}."
+ ." It may be ok, but we want you to be aware."
+ ." This option has been set earlier in $source{'File'} line $source{'Line'}."
;
}
commit 88396dead2fe8549e89f5bffde5779fd31975469
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Mon Jun 28 16:50:24 2010 -0400
Better document what this feature does
Otherwise people think this is a replacement for
CorrespondAddress/CommentAddress
diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 109f1fb..de268bb 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -399,8 +399,11 @@ Set($SetOutgoingMailFrom, 0);
=item C<$OverrideOutgoingMailFrom>
C<$OverrideOutgoingMailFrom> is used for overwriting the Correspond
-address of the queue. The option is a hash reference of queue name to
-email address.
+address of the queue as it is handed to sendmail -f. This helps force
+the From_ header away from www-data or other email addresses that show
+up in the "Sent by" line in Outlook.
+
+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.
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list