diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-08-22 19:17:23 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-08-22 19:17:23 +0000 |
commit | 023ecf2fce4905a7ccffc79066fb51800a7f1190 (patch) | |
tree | 5f52ad22d200dfc0fac236846252af59288b5ce7 | |
parent | 27e9ea4d917c2b59c5e5e5d4a93a9db53211632c (diff) |
Enable support for DSN-specific timeouts. This allows you to junk
bounces faster than normal messages so they don't clutter up the
queue so much. Requested by Chuck Yerkes
-rw-r--r-- | gnu/usr.sbin/sendmail/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.sbin/sendmail/Makefile.inc b/gnu/usr.sbin/sendmail/Makefile.inc index e9a3955df02..afee97437f0 100644 --- a/gnu/usr.sbin/sendmail/Makefile.inc +++ b/gnu/usr.sbin/sendmail/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.12 2003/02/27 21:22:14 millert Exp $ +# $OpenBSD: Makefile.inc,v 1.13 2003/08/22 19:17:22 millert Exp $ .include <bsd.own.mk> .include <bsd.obj.mk> @@ -8,6 +8,7 @@ ENVDEF+=-DSM_OMIT_BOGUS_WARNINGS .endif ENVDEF+= -DNEWDB -DMAP_REGEX ENVDEF+= -DNETINET6 -DNEEDSGETIPNODE -DSM_CONF_SHM +ENVDEF+= -D_FFR_QUEUERETURN_DSN .if (${YP:L} == "yes") ENVDEF+=-DNIS .endif |