MEDIUM: mailers: use "HAProxy" nor "HAproxy" in the subject of messages
It seems to be the last visible casing inconsistency, but better address it for completeness otherwise we'll always have to deal with some exceptions.
This commit is contained in:
parent
6613a3df8c
commit
64975cf2a4
@ -237,7 +237,7 @@ static int enqueue_one_email_alert(struct proxy *p, struct server *s,
|
||||
"From: ", p->email_alert.from, "\r\n",
|
||||
"To: ", p->email_alert.to, "\r\n",
|
||||
"Date: ", datestr, "\r\n",
|
||||
"Subject: [HAproxy Alert] ", msg, "\r\n",
|
||||
"Subject: [HAProxy Alert] ", msg, "\r\n",
|
||||
"\r\n",
|
||||
msg, "\r\n",
|
||||
"\r\n",
|
||||
|
Loading…
x
Reference in New Issue
Block a user