summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2022-05-14 20:20:21 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2022-05-15 11:11:23 +0100
commit239c83691cf0cd368fedd21f5825e06515e036f5 (patch)
tree83e27406146c6755bd422341ab0b05662f2b4769
parent24b8ed847ac646f0d7e5b9fbe03a959719cd053b (diff)
downloadexim4-239c83691cf0cd368fedd21f5825e06515e036f5.tar.gz
tidying
-rw-r--r--src/src/arc.c5
-rw-r--r--src/src/transports/autoreply.c2
2 files changed, 0 insertions, 7 deletions
diff --git a/src/src/arc.c b/src/src/arc.c
index 57a6281ef..4b6256e28 100644
--- a/src/src/arc.c
+++ b/src/src/arc.c
@@ -1113,11 +1113,6 @@ h->type = 0;
h->slen = len;
h->text = US s;
-/* This works for either NL or CRLF lines; also nul-termination */
-while (*++s)
- if (*s == '\n' && s[1] != '\t' && s[1] != ' ') break;
-s++; /* move past end of line */
-
return r;
}
diff --git a/src/src/transports/autoreply.c b/src/src/transports/autoreply.c
index 42466875a..211e32810 100644
--- a/src/src/transports/autoreply.c
+++ b/src/src/transports/autoreply.c
@@ -623,7 +623,6 @@ if (text)
if (ff)
{
-debug_printf("%s %d: ff\n", __FUNCTION__, __LINE__);
while (Ufgets(big_buffer, big_buffer_size, ff) != NULL)
{
if (file_expand)
@@ -647,7 +646,6 @@ limit if we are returning the body. */
if (return_message)
{
-debug_printf("%s %d: ret msg\n", __FUNCTION__, __LINE__);
uschar *rubric = tblock->headers_only
? US"------ This is a copy of the message's header lines.\n"
: tblock->body_only