Hi Guys,

Patch attached to correct the mailer warning text to show the right names to the user.

Regards,
PiBa-NL
>From aa2cccdf5e95d2850692ec8189fc9ed20a586575 Mon Sep 17 00:00:00 2001
From: Pieter Baauw <piba.nl....@gmail.com>
Date: Mon, 17 Aug 2015 00:45:05 +0200
Subject: [PATCH] MINOR cfgparse: Correct the mailer warning text to show the
 right names to the user

---
 src/cfgparse.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/cfgparse.c b/src/cfgparse.c
index 98ccd5d..34d029b 100644
--- a/src/cfgparse.c
+++ b/src/cfgparse.c
@@ -7319,9 +7319,9 @@ int check_config_validity()
                if (curproxy->email_alert.set) {
                    if (!(curproxy->email_alert.mailers.name && 
curproxy->email_alert.from && curproxy->email_alert.to)) {
                            Warning("config : 'email-alert' will be ignored for 
%s '%s' (the presence any of "
-                                   "'email-alert from', 'email-alert level' 
'email-alert mailer', "
-                                   "'email-alert hostname', or 'email-alert 
to' "
-                                   "requrires each of 'email-alert from', 
'email-alert mailer' and 'email-alert' "
+                                   "'email-alert from', 'email-alert level' 
'email-alert mailers', "
+                                   "'email-alert myhostname', or 'email-alert 
to' "
+                                   "requires each of 'email-alert from', 
'email-alert mailers' and 'email-alert to' "
                                    "to be present).\n",
                                    proxy_type_str(curproxy), curproxy->id);
                            err_code |= ERR_WARN;
-- 
1.9.5.msysgit.1

Reply via email to