summaryrefslogtreecommitdiff
path: root/mail/exim/files/patch-src::verify.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/exim/files/patch-src::verify.c')
-rw-r--r--mail/exim/files/patch-src::verify.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/mail/exim/files/patch-src::verify.c b/mail/exim/files/patch-src::verify.c
deleted file mode 100644
index 6579e0829129..000000000000
--- a/mail/exim/files/patch-src::verify.c
+++ /dev/null
@@ -1,22 +0,0 @@
-#
-# Fix SEGV on long headers when verify = header_syntax is used
-# <http://www.guninski.com/exim1.html>
-#
---- src/verify.c.orig Thu May 6 15:46:44 2004
-+++ src/verify.c Thu May 6 15:47:27 2004
-@@ -1264,14 +1264,9 @@
-
- if (recipient == NULL && Ustrcmp(errmess, "empty address") != 0)
- {
-- uschar hname[64];
-- uschar *t = h->text;
-- uschar *tt = hname;
-+ uschar *t;
- uschar *verb = US"is";
- int len;
--
-- while (*t != ':') *tt++ = *t++;
-- *tt = 0;
-
- /* Arrange not to include any white space at the end in the
- error message. */