From 700c63457f17cd807c1f10effadddf89638c8258 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 24 Jun 2004 03:59:29 +0000 Subject: Update to sendmail.8.13.0 --- .../sendmail/libmilter/docs/smfi_quarantine.html | 73 ++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 gnu/usr.sbin/sendmail/libmilter/docs/smfi_quarantine.html (limited to 'gnu/usr.sbin/sendmail/libmilter/docs/smfi_quarantine.html') diff --git a/gnu/usr.sbin/sendmail/libmilter/docs/smfi_quarantine.html b/gnu/usr.sbin/sendmail/libmilter/docs/smfi_quarantine.html new file mode 100644 index 00000000000..367ff51dad7 --- /dev/null +++ b/gnu/usr.sbin/sendmail/libmilter/docs/smfi_quarantine.html @@ -0,0 +1,73 @@ + +smfi_quarantine + + +

smfi_quarantine

+ + + + + + + + + + + + + + + +
SYNOPSIS +
+#include <libmilter/mfapi.h>
+int smfi_quarantine(
+	SMFICTX *ctx;
+	char *reason;
+);
+
+Quarantine the message using the given reason. +
DESCRIPTION + + + + + + + + + +
Called WhenCalled only from xxfi_eom.
Effectssmfi_quarantine quarantines the message using the given reason.
+ + +
ARGUMENTS + + + + + + +
ArgumentDescription
ctxOpaque context structure. +
reasonThe quarantine reason, a non-NULL and non-empty null-terminated string. +
+
RETURN VALUESsmfi_quarantine will fail and return MI_FAILURE if: +
    +
  • reason is NULL or empty. +
  • A network error occurs. +
  • SMFIF_QUARANTINE was not set when smfi_register was called. +
+Otherwise, it will return MI_SUCCESS +
+ +
+ +Copyright (c) 2002-2003 Sendmail, Inc. and its suppliers. +All rights reserved. +
+By using this file, you agree to the terms and conditions set +forth in the LICENSE. +
+ + -- cgit v1.2.3