1168515Sgshapiro<HTML>
2168515Sgshapiro<HEAD><TITLE>xxfi_unknown</TITLE></HEAD>
3168515Sgshapiro<BODY>
4168515Sgshapiro<!--
5266692Sgshapiro$Id: xxfi_unknown.html,v 1.5 2013-11-22 20:51:39 ca Exp $
6168515Sgshapiro-->
7168515Sgshapiro<H1>xxfi_unknown</H1>
8168515Sgshapiro
9168515Sgshapiro<TABLE border="0" cellspacing=4 cellpadding=4>
10168515Sgshapiro<!---------- Synopsis ----------->
11168515Sgshapiro<TR><TH valign="top" align=left width=100>SYNOPSIS</TH><TD>
12168515Sgshapiro<PRE>
13168515Sgshapiro#include &lt;libmilter/mfapi.h&gt;
14168515Sgshapirosfsistat (*xxfi_unknown)(
15168515Sgshapiro	SMFICTX *ctx,
16168515Sgshapiro	const char *arg
17168515Sgshapiro);
18168515Sgshapiro</PRE>
19168515SgshapiroHandle unknown and unimplemented SMTP commands.
20168515Sgshapiro</TD></TR>
21168515Sgshapiro
22168515Sgshapiro<!----------- Description ---------->
23168515Sgshapiro<TR><TH valign="top" align=left>DESCRIPTION</TH><TD>
24168515Sgshapiro<TABLE border="1" cellspacing=1 cellpadding=4>
25168515Sgshapiro<TR align="left" valign=top>
26168515Sgshapiro<TH width="80">Called When</TH>
27168515Sgshapiro<TD>xxfi_unknown is called when the client uses an SMTP command
28168515Sgshapirothat is either unknown or not implemented by the MTA.
29168515Sgshapiro</TR>
30168515Sgshapiro<TR align="left" valign=top>
31168515Sgshapiro<TH>Default Behavior</TH>
32168515Sgshapiro<TD>Do nothing; return SMFIS_CONTINUE.</TD>
33168515Sgshapiro</TR>
34168515Sgshapiro</TABLE>
35168515Sgshapiro
36168515Sgshapiro<!----------- Arguments ---------->
37168515Sgshapiro<TR><TH valign="top" align=left>ARGUMENTS</TH><TD>
38168515Sgshapiro    <TABLE border="1" cellspacing=0>
39168515Sgshapiro    <TR bgcolor="#dddddd"><TH>Argument</TH><TH>Description</TH></TR>
40168515Sgshapiro    <TR valign="top"><TD>ctx</TD>
41168515Sgshapiro	<TD>Opaque context structure.
42168515Sgshapiro	</TD></TR>
43168515Sgshapiro    <TR valign="top"><TD>arg</TD>
44168515Sgshapiro	<TD>SMTP command including all arguments.
45168515Sgshapiro	</TD></TR>
46168515Sgshapiro    </TABLE>
47168515Sgshapiro</TD></TR>
48168515Sgshapiro
49168515Sgshapiro<!----------- Return values ---------->
50168515Sgshapiro<TR>
51168515Sgshapiro<TH valign="top" align=left>SPECIAL RETURN VALUES</TH>
52168515Sgshapiro<TD><TABLE border="1" cellspacing=0>
53168515Sgshapiro  <TR bgcolor="#dddddd"><TH>Return value</TH><TH>Description</TH></TR>
54168515Sgshapiro  <TR valign="top">
55168515Sgshapiro     <TD>SMFIS_TEMPFAIL</TD>
56173340Sgshapiro     <TD>Reject this command with a temporary error.
57168515Sgshapiro     </TD>
58168515Sgshapiro  </TR>
59168515Sgshapiro  <TR valign="top">
60168515Sgshapiro     <TD>SMFIS_REJECT</TD>
61173340Sgshapiro     <TD>Reject this command.
62168515Sgshapiro     </TD>
63168515Sgshapiro  </TR>
64168515Sgshapiro</TABLE>
65168515Sgshapiro</TR>
66168515Sgshapiro
67168515Sgshapiro<!----------- Notes ---------->
68168515Sgshapiro<TR>
69168515Sgshapiro<TH valign="top" align=left>NOTES</TH> 
70168515Sgshapiro<TD>The SMTP command will always be rejected by the server,
71168515Sgshapiroit is only possible to return a different error code.
72168515Sgshapiro</TR>
73168515Sgshapiro</TABLE>
74168515Sgshapiro
75168515Sgshapiro<HR size="1">
76168515Sgshapiro<FONT size="-1">
77261363SgshapiroCopyright (c) 2006 Proofpoint, Inc. and its suppliers.
78168515SgshapiroAll rights reserved.
79168515Sgshapiro<BR>
80168515SgshapiroBy using this file, you agree to the terms and conditions set
81168515Sgshapiroforth in the LICENSE.
82168515Sgshapiro</FONT>
83168515Sgshapiro</BODY>
84168515Sgshapiro</HTML>
85