On Mon, Jun 06, 2011 at 01:16:07PM -0700, Ronald F. Guilmette wrote:

> 
> In the access(5) man page, it is either explicitly stated or else
> easily inferred what XXX response value will be sent back to the
> SMTP client for each of the possible values listed in the ACCEPT
> ACTIONS and REJECT ACTIONS sections.
> 
> What XXX response values will be sent back to the SMTP client for
> each of the various possible lookup result values listed in the
> OTHER ACTIONS section?
> 
> I am most particularly interested in obtaining the answer to this
> question for the PREPEND and WARN values, but would really like to
> know the answer for all of the various values listed within the
> OTHER ACTIONS section.

Only REJECT ACTIONS generate a definitive response, and that only provided
that no "defer_if_reject" or "warn_if_reject" is pending.

With actions that are equivalent to DUNNO, processing continues, and
the final response is no way determined by the DUNNO action.

With actions that are equivalent to OK, processing of rules may terminate
(or may continue to the next top-level restriction class). Ultimately, the
built-in OK response for the command in question is returned, if the command
is not rejected.

-- 
        Viktor.

Reply via email to