SVN: nagios-notify/trunk/templates: host-notify-by-email.tmpl notify-by-email.tmpl

glen glen at pld-linux.org
Sat Oct 11 16:55:54 CEST 2008


Author: glen
Date: Sat Oct 11 16:55:54 2008
New Revision: 9898

Modified:
   nagios-notify/trunk/templates/host-notify-by-email.tmpl
   nagios-notify/trunk/templates/notify-by-email.tmpl
Log:
- encode To header

Modified: nagios-notify/trunk/templates/host-notify-by-email.tmpl
==============================================================================
--- nagios-notify/trunk/templates/host-notify-by-email.tmpl	(original)
+++ nagios-notify/trunk/templates/host-notify-by-email.tmpl	Sat Oct 11 16:55:54 2008
@@ -2,7 +2,7 @@
 Content-Type: text/plain; charset="iso8859-1"
 Message-Id: $DATE$@$HOSTNAME$.nagios
 In-Reply-To: $DATE$@$HOSTNAME$.nagios
-To: "$CONTACTALIAS$" <$CONTACTEMAIL$>
+To: "$(encode_mime_header:iso8859-1,$CONTACTALIAS$)" <$CONTACTEMAIL$>
 Subject: Host $HOSTSTATE$ alert for $HOSTNAME$!
 
 ***** Nagios/$VERSION$ *****

Modified: nagios-notify/trunk/templates/notify-by-email.tmpl
==============================================================================
--- nagios-notify/trunk/templates/notify-by-email.tmpl	(original)
+++ nagios-notify/trunk/templates/notify-by-email.tmpl	Sat Oct 11 16:55:54 2008
@@ -2,7 +2,7 @@
 Content-Type: text/plain; charset="iso8859-1"
 Message-Id: $SERVICEDESC$.$DATE$@$HOSTALIAS$.nagios
 In-Reply-To: $SERVICEDESC$.$DATE$@$HOSTALIAS$.nagios
-To: "$CONTACTALIAS$" <$CONTACTEMAIL$>
+To: "$(encode_mime_header:iso8859-1,$CONTACTALIAS$)" <$CONTACTEMAIL$>
 Subject: ** $NOTIFICATIONTYPE$ alert - $HOSTALIAS$/$SERVICEDESC$ is $SERVICESTATE$ **
 
 ***** Nagios/$VERSION$ *****


More information about the pld-cvs-commit mailing list