summaryrefslogtreecommitdiff
path: root/debian/patch.collect
diff options
context:
space:
mode:
authorRichard Nelson <cowboy@debian.org>1998-06-23 10:00:00 -0500
committerAndreas Beckmann <debian@abeckmann.de>2012-10-01 19:58:37 +0200
commit6202a816311c5e56f71ecd358850b1e6d8cd7065 (patch)
treede47ad4f657df101b6f36a07a6c6e19191be7de9 /debian/patch.collect
parent6c193ce1dd1d07ebdc1372e38bc4908ab1c37705 (diff)
downloadsendmail-debian/8.8.8-20.tar.gz
Imported Debian patch 8.8.8-20debian/8.8.8-20
Diffstat (limited to 'debian/patch.collect')
-rw-r--r--debian/patch.collect25
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/patch.collect b/debian/patch.collect
new file mode 100644
index 0000000..6aad2fd
--- /dev/null
+++ b/debian/patch.collect
@@ -0,0 +1,25 @@
+*** collect.c.orig Wed May 20 02:36:05 1998
+--- collect.c Thu May 28 13:29:09 1998
+***************
+*** 353,360 ****
+ if (*--bp != '\n' || *--bp != '\r')
+ bp++;
+ *bp = '\0';
+! if (bitset(H_EOH, chompheader(buf, FALSE, hdrp, e)))
+! mstate = MS_BODY;
+ break;
+
+ case MS_BODY:
+--- 353,364 ----
+ if (*--bp != '\n' || *--bp != '\r')
+ bp++;
+ *bp = '\0';
+! if (bitset(H_EOH, chompheader(buf, FALSE, hdrp, e))) {
+! mstate = MS_BODY;
+! if (tTd(30, 35))
+! printf("H_EOH, istate=%d, mstate=%d\n", istate, mstate);
+! goto nextstate;
+! }
+ break;
+
+ case MS_BODY: