summaryrefslogtreecommitdiffstats
path: root/contrib/sendmail/include/libmilter/mfdef.h
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2003-02-08 20:31:29 +0000
committergshapiro <gshapiro@FreeBSD.org>2003-02-08 20:31:29 +0000
commit842b56b9cabf175e7842ec5a3b29ff68353b3177 (patch)
tree2e81c43d391ed220f6656502de14ddfbb0de4ecd /contrib/sendmail/include/libmilter/mfdef.h
parent39e311b2e17a53f7ed02fcbe3820ca77b65486d5 (diff)
downloadFreeBSD-src-842b56b9cabf175e7842ec5a3b29ff68353b3177.zip
FreeBSD-src-842b56b9cabf175e7842ec5a3b29ff68353b3177.tar.gz
Import sendmail 8.12.7
Diffstat (limited to 'contrib/sendmail/include/libmilter/mfdef.h')
-rw-r--r--contrib/sendmail/include/libmilter/mfdef.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/sendmail/include/libmilter/mfdef.h b/contrib/sendmail/include/libmilter/mfdef.h
index 649e98d..ab543e8 100644
--- a/contrib/sendmail/include/libmilter/mfdef.h
+++ b/contrib/sendmail/include/libmilter/mfdef.h
@@ -7,7 +7,7 @@
* the sendmail distribution.
*
*
- * $Id: mfdef.h,v 8.11 2001/09/12 18:02:19 gshapiro Exp $
+ * $Id: mfdef.h,v 8.11.2.1 2002/11/11 23:22:28 ca Exp $
*/
/*
@@ -62,6 +62,9 @@
# define SMFIR_PROGRESS 'p' /* progress */
# define SMFIR_REJECT 'r' /* reject */
# define SMFIR_TEMPFAIL 't' /* tempfail */
+# if _FFR_MILTER_421
+# define SMFIR_SHUTDOWN '4' /* 421: shutdown (internal to MTA) */
+# endif /* _FFR_MILTER_421 */
# define SMFIR_ADDHEADER 'h' /* add header */
# define SMFIR_REPLYCODE 'y' /* reply code etc */
# if _FFR_QUARANTINE
OpenPOWER on IntegriCloud