mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-06 00:54:21 +02:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user