From: Mehmet Suslu Date: Tue, 1 Mar 2022 07:33:23 +0000 (+0300) Subject: typo: error message referenced wrong option X-Git-Tag: exim-4.97-RC0~217 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/20edc59755798df57b094d1f5ccf24726acbe319 typo: error message referenced wrong option Fix typo, -oMas -> -oMai (cherry picked from commit 330ab60ef29c01fb472b6ce14e935ccb93e905ac) --- diff --git a/src/src/exim.c b/src/src/exim.c index f2a787e8a..b3fd9eff0 100644 --- a/src/src/exim.c +++ b/src/src/exim.c @@ -3329,7 +3329,7 @@ on the second character (the one after '-'), to save some effort. */ else if (Ustrcmp(argrest, "ai") == 0) authenticated_id = string_copy_taint( - exim_str_fail_toolong(argv[++i], EXIM_EMAILADDR_MAX, "-oMas"), + exim_str_fail_toolong(argv[++i], EXIM_EMAILADDR_MAX, "-oMai"), GET_TAINTED); /* -oMi: Set incoming interface address */