diff options
author | 2003-08-22 19:17:22 +0000 | |
---|---|---|
committer | 2003-08-22 19:17:22 +0000 | |
commit | e4f7d20545379596c0ff48b30d465a17e9fd952d (patch) | |
tree | 0cfb5a016621a6a282a6dbe9d23d0c42a7ccc0f2 | |
parent | need to flip the operands wordwise for big endian machines. modexp works (diff) | |
download | wireguard-openbsd-e4f7d20545379596c0ff48b30d465a17e9fd952d.tar.xz wireguard-openbsd-e4f7d20545379596c0ff48b30d465a17e9fd952d.zip |
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 |