5.14 on page 1194).
SMFIS_ACCEPT
Allow the MAIL From: command, and thus the current envelope. Your Milter will not be
called again for this envelope.
SMFIS_REJECT
Reject the MAIL From: command (with a 5yz SMTP code), and thus the current envelope.
Your Milter will not be called again for this envelope. 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.
SMFIS_DISCARD
Accept the MAIL From: command (witha 2yz SMTP code) and discard it, and thus
discard the current envelope. Your Milter will not be called again for this envelope.
Note that this discards only the current envelope. If there are more envelopes on the
current connection, your Milter will still be called for each.
SMFIS_TEMPFAIL
Temp-fail the MAIL From: command (with a 4yz SMTP code), and thus the current
envelope. Your Milter will not be called again for this envelope. Note that this tempfails
only 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.6.12 on page 1220) to let the library know your intention.
Pages:
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184