[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
This message is part of the following thread:
the complete thread tree sorted by date
Philip Hazel at
2002-07-17 13:37
Author:
Brian Candler
Date:
2002-07-17 10:10
UTC
To:
exim-users
Subject:
[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.