[Exim] Condition to match against address list
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
Aquest missatge és part del següent fil:
l'arbre de fils complet ordenat per data
Philip Hazel en
2002-07-17 13:37
Autor:
Brian Candler
Data:
2002-07-17 10:10
UTC
A:
exim-users
Assumpte:
[Exim] Condition to match against address list
This may be a stupid question, but I can't work it out.
Is it possible to match an address against an address list (or a hostname
against a domain list) as part of a condition?
What I want to do is:
smtp_accept_max_per_host = ${if <condition> {val1}{val2}}
where <condition> is 'if $sender_host_address matches address list X'. This
is more flexible than a ${lookup{$mask{...}} since the address list can
contain networks of different sizes.
Any help appreciated...
Thanks,
Brian.