On Mon, Apr 06, 2009 at 06:10:34PM +0200, Len Conrad wrote: > We have a simple restriction class to which we apply SAV and RAV to a very > small class of msgs: > > some_class = > check_helo_access pcre:/path/to/4tuple_unfiltered.pcre, > reject_unverified_sender, > reject_unverified_recipient, > check_helo_access pcre:/path/to/4tuple_filtered.pcre, > permit > > The 4tuple filters match all HELO with "/.*/ WARN", so we get all 4 envelope > fields on one line. (trick learned on this list) > > the mystery is that even when RAV or SAV rejects, we still get the "filtered" > log line.
Normal if the verification status is a transient 4XX failure rather than a final 5XX reject. http://www.postfix.org/postconf.5.html#defer_if_permit http://www.postfix.org/postconf.5.html#reject_unverified_sender http://www.postfix.org/postconf.5.html#reject_unverified_recipient http://www.postfix.org/postconf.5.html#unverified_recipient_tempfail_action -- Viktor. Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the "Reply-To" header. To unsubscribe from the postfix-users list, visit http://www.postfix.org/lists.html or click the link below: <mailto:majord...@postfix.org?body=unsubscribe%20postfix-users> If my response solves your problem, the best way to thank me is to not send an "it worked, thanks" follow-up. If you must respond, please put "It worked, thanks" in the "Subject" so I can delete these quickly.