From 64975cf2a4e355aa85d0cdc325b9d9ef7fa5133e Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Sun, 9 May 2021 06:45:16 +0200 Subject: [PATCH] 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. --- src/mailers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mailers.c b/src/mailers.c index 80dc7d6f6..3df02f0f5 100644 --- a/src/mailers.c +++ b/src/mailers.c @@ -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",