SMFIS_REJECT
Reject the current envelope (and thereby the final dot with a 5yz code). Your Milter
will not be called again for this envelope but will have xxfi_close() called at the end of
the connection. Note that this rejects only the current envelope. If there are more envelopes
on the current connection, your Milter will still be called for each.
This is the Title of the Book, eMatter Edition
Copyright ?© 2007 O??™Reilly & Associates, Inc. All rights reserved.
26.6 xxfi_ Routine Reference | 1215
SMFIS_TEMPFAIL
Temp-fail the current envelope (and thereby the final dot with a 4yz code). Your Milter
will not be called again for this envelope but will have xxfi_close() called at the end of
the connection. Note that this temp-fails only the current envelope. If there are more
envelopes on the current connection, your Milter will still be called for each.
SMFIS_DISCARD
Accept and silently discard the current envelope. Your Milter will not be called again
for this envelope but will have xxfi_close() called at the end of the connection. Note
that this only discards the current envelope. If there are more envelopes on the current
connection, your Milter will still be called for each.
SMFIS_NOREPLY (V8.14 sendmail and later)
Do not communicate any decision back to sendmail. Note that if you elect to return
SMFIS_NOREPLY, you must only return SMFIS_NOREPLY and must first use xxfi_
negotiate() (?§26.
Pages:
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189