diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-06-18 15:41:39 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-06-18 15:41:39 +0000 |
commit | 14d40c95d6ceea455e862ed833dbb9bca11c802c (patch) | |
tree | 8d1b75573ecf47f1ce54945a08e2957e48807b65 /mail/exim/files/patch-src::accept.c | |
parent | remove obsolete patch. (diff) |
Update 3.22 -> 3.30:
This is primarily a maintenance release, though there are a very small
number of functional additions.
This release does not address the "orphaned -D spool files" problem, but
to date this problem has not been observed on FreeBSD systems.
Notes
Notes:
svn path=/head/; revision=44173
Diffstat (limited to '')
-rw-r--r-- | mail/exim/files/patch-src::accept.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/exim/files/patch-src::accept.c b/mail/exim/files/patch-src::accept.c deleted file mode 100644 index c74c9178b5b7..000000000000 --- a/mail/exim/files/patch-src::accept.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/accept.c.orig Mon Jun 11 17:00:24 2001 -+++ src/accept.c Mon Jun 11 17:01:30 2001 -@@ -2503,7 +2503,7 @@ - nothing on success. The function moan_smtp_batch() does not return - - it exits from the program with a non-zero return code. */ - -- else if (smtp_reply != NULL) moan_smtp_batch(NULL, smtp_reply); -+ else if (smtp_reply != NULL) moan_smtp_batch(NULL, "%s", smtp_reply); - } - - /* Reset headers so that logging of rejects for a subsequent message doesn't |