From: Willy Tarreau Date: Sun, 9 May 2021 04:45:16 +0000 (+0200) Subject: MEDIUM: mailers: use "HAProxy" nor "HAproxy" in the subject of messages X-Git-Tag: v2.4-dev19~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=64975cf2a4e355aa85d0cdc325b9d9ef7fa5133e;p=thirdparty%2Fhaproxy.git 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. --- diff --git a/src/mailers.c b/src/mailers.c index 80dc7d6f65..3df02f0f55 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",