[Rt-commit] r13725 - in rt/3.8/trunk: . sbin

sartak at bestpractical.com sartak at bestpractical.com
Tue Jul 1 18:11:38 EDT 2008


Author: sartak
Date: Tue Jul  1 18:11:37 2008
New Revision: 13725

Modified:
   rt/3.8/trunk/   (props changed)
   rt/3.8/trunk/etc/RT_Config.pm.in
   rt/3.8/trunk/sbin/rt-email-dashboards.in

Log:
 r63610 at onn:  sartak | 2008-07-01 18:11:26 -0400
 Use OwnerEmail instead of CorrespondAddress as a fallback for dashboards


Modified: rt/3.8/trunk/etc/RT_Config.pm.in
==============================================================================
--- rt/3.8/trunk/etc/RT_Config.pm.in	(original)
+++ rt/3.8/trunk/etc/RT_Config.pm.in	Tue Jul  1 18:11:37 2008
@@ -453,7 +453,7 @@
 =item C<$DashboardAddress>
 
 The email address from which RT will send dashboards. If none is set, then
-C<$CorrespondAddress> will be used.
+C<$OwnerEmail> will be used.
 
 =cut
 

Modified: rt/3.8/trunk/sbin/rt-email-dashboards.in
==============================================================================
--- rt/3.8/trunk/sbin/rt-email-dashboards.in	(original)
+++ rt/3.8/trunk/sbin/rt-email-dashboards.in	Tue Jul  1 18:11:37 2008
@@ -343,7 +343,7 @@
 }
 
 sub get_from {
-    RT->Config->Get('DashboardAddress') || RT->Config->Get('CorrespondAddress')
+    RT->Config->Get('DashboardAddress') || RT->Config->Get('OwnerEmail')
 }
 
 {


More information about the Rt-commit mailing list