Viktor Dukhovni:
> On Fri, Jul 24, 2015 at 01:32:40PM +0200, Dominik Chilla wrote:
> 
> > I'm trying to use the new inline:{key=value, ...} map in combination with
> > smtpd_restriction_classes. What I want the map to do is to reject by
> > default (last key is a kind of wildcard?) if no key=value matched.
> 
> The "inline" table type has no support for wildcards.  It only
> supports literals.
> 
> > Is it possible to specify a wildcard-key in an inline map?
> 
> No.

I'm thinking of adding multi-table lookup (similar to canonical_maps,
transport_maps, and other _maps features that can search more than
one table.  Then one could say:

    check_mumble_access maps{inline:{key=value, ...}, static:{reject text...}}

Being able to search multiple maps can be useful as a general feature.

        Wietse

Reply via email to