X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/298f557c4008d1d4aa21df578f334e479e4ae98e..178ecb70987f024f0e775d87c2f8b2cf587dd542:/src/src/receive.c diff --git a/src/src/receive.c b/src/src/receive.c index 541eba138..417e9754f 100644 --- a/src/src/receive.c +++ b/src/src/receive.c @@ -1865,7 +1865,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')