X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/4090d62a4b25782129cc1643596dc2f6e8f63bde..4804c62909a62a3ac12ec4777ebd48c541028965:/src/src/receive.c diff --git a/src/src/receive.c b/src/src/receive.c index 20672dbe9..2812ea2c8 100644 --- a/src/src/receive.c +++ b/src/src/receive.c @@ -1827,7 +1827,7 @@ for (;;) prevent further reading), and break out of the loop, having freed the empty header, and set next = NULL to indicate no data line. */ - if (ptr == 0 && ch == '.' && (smtp_input || dot_ends)) + if (ptr == 0 && ch == '.' && dot_ends) { ch = (receive_getc)(GETC_BUFFER_UNLIMITED); if (ch == '\r')