summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorBob Beck <beck@cvs.openbsd.org>2000-10-19 03:06:41 +0000
committerBob Beck <beck@cvs.openbsd.org>2000-10-19 03:06:41 +0000
commitdca4dbac0a330b507a643adc24980e2b6e281581 (patch)
tree9e26965e36562aa2370bded8f4cdd18774ba46c3 /libexec
parent001103cbad49d5c127451ee05c7f572a65f0407e (diff)
close pr 1429, sendmail doesn't use EX_UNAVAILABLE for this anymore.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/smtpd/src/smtpfwdd.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libexec/smtpd/src/smtpfwdd.c b/libexec/smtpd/src/smtpfwdd.c
index 0214df4f303..1d1b0219fd3 100644
--- a/libexec/smtpd/src/smtpfwdd.c
+++ b/libexec/smtpd/src/smtpfwdd.c
@@ -4,7 +4,7 @@
* to pick it up and invokes sendmail (or sendmail-like agent) to
* deliver it.
*
- * $Id: smtpfwdd.c,v 1.4 1999/05/25 16:40:55 millert Exp $
+ * $Id: smtpfwdd.c,v 1.5 2000/10/19 03:06:40 beck Exp $
*
* Copyright (c) 1996, 1997 Obtuse Systems Corporation. All rights
* reserved.
@@ -41,7 +41,7 @@
*/
char *obtuse_copyright =
"Copyright 1996 - Obtuse Systems Corporation - All rights reserved.";
-char *obtuse_rcsid = "$Id: smtpfwdd.c,v 1.4 1999/05/25 16:40:55 millert Exp $";
+char *obtuse_rcsid = "$Id: smtpfwdd.c,v 1.5 2000/10/19 03:06:40 beck Exp $";
#include <stdio.h>
#include <signal.h>
@@ -680,7 +680,6 @@ forward(char *fname)
case EX_OSERR:
case EX_OSFILE:
case EX_IOERR:
- case EX_UNAVAILABLE:
case EX_TEMPFAIL:
syslog(LOG_INFO, "Temporary sendmail failure (status %d), will retry later", status);
fail_retry(f, fname);