]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MEDIUM: mailers: use "HAProxy" nor "HAproxy" in the subject of messages
authorWilly Tarreau <w@1wt.eu>
Sun, 9 May 2021 04:45:16 +0000 (06:45 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 9 May 2021 04:45:16 +0000 (06:45 +0200)
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

index 80dc7d6f65dd8aa6ba5825d581e42bec8caa6557..3df02f0f55759b8340fbbea676dde62e9260e7df 100644 (file)
@@ -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",