xref: /freebsd/contrib/sendmail/libmilter/docs/xxfi_unknown.html (revision e2c0e292e8a7ca00ba99bcfccc9e637f45c3e8b1)
1d0cef73dSGregory Neil Shapiro<HTML>
2d0cef73dSGregory Neil Shapiro<HEAD><TITLE>xxfi_unknown</TITLE></HEAD>
3d0cef73dSGregory Neil Shapiro<BODY>
4d0cef73dSGregory Neil Shapiro<!--
54313cc83SGregory Neil Shapiro$Id: xxfi_unknown.html,v 1.5 2013-11-22 20:51:39 ca Exp $
6d0cef73dSGregory Neil Shapiro-->
7d0cef73dSGregory Neil Shapiro<H1>xxfi_unknown</H1>
8d0cef73dSGregory Neil Shapiro
9d0cef73dSGregory Neil Shapiro<TABLE border="0" cellspacing=4 cellpadding=4>
10d0cef73dSGregory Neil Shapiro<!---------- Synopsis ----------->
11d0cef73dSGregory Neil Shapiro<TR><TH valign="top" align=left width=100>SYNOPSIS</TH><TD>
12d0cef73dSGregory Neil Shapiro<PRE>
13d0cef73dSGregory Neil Shapiro#include &lt;libmilter/mfapi.h&gt;
14d0cef73dSGregory Neil Shapirosfsistat (*xxfi_unknown)(
15d0cef73dSGregory Neil Shapiro	SMFICTX *ctx,
16d0cef73dSGregory Neil Shapiro	const char *arg
17d0cef73dSGregory Neil Shapiro);
18d0cef73dSGregory Neil Shapiro</PRE>
19d0cef73dSGregory Neil ShapiroHandle unknown and unimplemented SMTP commands.
20d0cef73dSGregory Neil Shapiro</TD></TR>
21d0cef73dSGregory Neil Shapiro
22d0cef73dSGregory Neil Shapiro<!----------- Description ---------->
23d0cef73dSGregory Neil Shapiro<TR><TH valign="top" align=left>DESCRIPTION</TH><TD>
24d0cef73dSGregory Neil Shapiro<TABLE border="1" cellspacing=1 cellpadding=4>
25d0cef73dSGregory Neil Shapiro<TR align="left" valign=top>
26d0cef73dSGregory Neil Shapiro<TH width="80">Called When</TH>
27d0cef73dSGregory Neil Shapiro<TD>xxfi_unknown is called when the client uses an SMTP command
28*5b0945b5SGregory Neil Shapirothat is either unknown or not implemented by the MTA.</TD>
29d0cef73dSGregory Neil Shapiro</TR>
30d0cef73dSGregory Neil Shapiro<TR align="left" valign=top>
31d0cef73dSGregory Neil Shapiro<TH>Default Behavior</TH>
32d0cef73dSGregory Neil Shapiro<TD>Do nothing; return SMFIS_CONTINUE.</TD>
33d0cef73dSGregory Neil Shapiro</TR>
34d0cef73dSGregory Neil Shapiro</TABLE>
35*5b0945b5SGregory Neil Shapiro</TD></TR>
36d0cef73dSGregory Neil Shapiro
37d0cef73dSGregory Neil Shapiro<!----------- Arguments ---------->
38d0cef73dSGregory Neil Shapiro<TR><TH valign="top" align=left>ARGUMENTS</TH><TD>
39d0cef73dSGregory Neil Shapiro    <TABLE border="1" cellspacing=0>
40d0cef73dSGregory Neil Shapiro    <TR bgcolor="#dddddd"><TH>Argument</TH><TH>Description</TH></TR>
41d0cef73dSGregory Neil Shapiro    <TR valign="top"><TD>ctx</TD>
42d0cef73dSGregory Neil Shapiro	<TD>Opaque context structure.
43d0cef73dSGregory Neil Shapiro	</TD></TR>
44d0cef73dSGregory Neil Shapiro    <TR valign="top"><TD>arg</TD>
45d0cef73dSGregory Neil Shapiro	<TD>SMTP command including all arguments.
46d0cef73dSGregory Neil Shapiro	</TD></TR>
47d0cef73dSGregory Neil Shapiro    </TABLE>
48d0cef73dSGregory Neil Shapiro</TD></TR>
49d0cef73dSGregory Neil Shapiro
50d0cef73dSGregory Neil Shapiro<!----------- Return values ---------->
51d0cef73dSGregory Neil Shapiro<TR>
52d0cef73dSGregory Neil Shapiro<TH valign="top" align=left>SPECIAL RETURN VALUES</TH>
53d0cef73dSGregory Neil Shapiro<TD><TABLE border="1" cellspacing=0>
54d0cef73dSGregory Neil Shapiro  <TR bgcolor="#dddddd"><TH>Return value</TH><TH>Description</TH></TR>
55d0cef73dSGregory Neil Shapiro  <TR valign="top">
56d0cef73dSGregory Neil Shapiro     <TD>SMFIS_TEMPFAIL</TD>
57ffb83623SGregory Neil Shapiro     <TD>Reject this command with a temporary error.
58d0cef73dSGregory Neil Shapiro     </TD>
59d0cef73dSGregory Neil Shapiro  </TR>
60d0cef73dSGregory Neil Shapiro  <TR valign="top">
61d0cef73dSGregory Neil Shapiro     <TD>SMFIS_REJECT</TD>
62ffb83623SGregory Neil Shapiro     <TD>Reject this command.
63d0cef73dSGregory Neil Shapiro     </TD>
64d0cef73dSGregory Neil Shapiro  </TR>
65d0cef73dSGregory Neil Shapiro</TABLE>
66*5b0945b5SGregory Neil Shapiro</TD></TR>
67d0cef73dSGregory Neil Shapiro
68d0cef73dSGregory Neil Shapiro<!----------- Notes ---------->
69d0cef73dSGregory Neil Shapiro<TR>
70d0cef73dSGregory Neil Shapiro<TH valign="top" align=left>NOTES</TH>
71d0cef73dSGregory Neil Shapiro<TD>The SMTP command will always be rejected by the server,
72*5b0945b5SGregory Neil Shapiroit is only possible to return a different error code.</TD>
73d0cef73dSGregory Neil Shapiro</TR>
74d0cef73dSGregory Neil Shapiro</TABLE>
75d0cef73dSGregory Neil Shapiro
76d0cef73dSGregory Neil Shapiro<HR size="1">
77d0cef73dSGregory Neil Shapiro<FONT size="-1">
785dd76dd0SGregory Neil ShapiroCopyright (c) 2006 Proofpoint, Inc. and its suppliers.
79d0cef73dSGregory Neil ShapiroAll rights reserved.
80d0cef73dSGregory Neil Shapiro<BR>
81d0cef73dSGregory Neil ShapiroBy using this file, you agree to the terms and conditions set
82d0cef73dSGregory Neil Shapiroforth in the LICENSE.
83d0cef73dSGregory Neil Shapiro</FONT>
84d0cef73dSGregory Neil Shapiro</BODY>
85d0cef73dSGregory Neil Shapiro</HTML>
86