Bill Cole via Postfix-users:
> On 2024-06-23 at 08:30:53 UTC-0400 (Sun, 23 Jun 2024 08:30:53 -0400 (EDT))
> Wietse Venema via Postfix-users <wie...@porcupine.org>
> is rumored to have said:
> 
> > Wietse Venema via Postfix-users:
> >> If you specify
> >>
> >>     reject_rbl_client string-with-complex-syntax
> >>
> >> Then the rbl_reply_maps seach key will be that
> >> string-with-complex-syntax.
> > ...
> >> Unlike rbl_reply_maps, postscreen strips the filter (and weight)
> >> before searching the reply table. There are merits to both approaches.
> >> Zen is a combination of XBL, PBL, and other lists. In some cases
> >> one might want to handle XBL, PBL, etc. differently.
> >
> > It may be helpful to update rbl_reply_maps, so that it will query
> > with the domain, after a query with domain=filter returns 'not
> > found'.
> >
> > That's a backwards compatible change that can simplify configuration.
> 
> Yes, that would help a bit.

I have some code for Postfix 3.10. rbl_reply_maps will first search
the table with the reject_rbl_* or reject_rhsbl_* argument.

If the argument result is not found, and the argument has the form
domain=address, then rbl_reply_maps will also search with the
domain.

That still allows different responses for different addreess filters,
but most sites won't need that flexibility.

        Wietse
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to