Hello!
I design not a regular mail service. So, my question
can be strange for somebody.
I've made a condition to redirect messages by subject.
condition = ${if
match{$h_subject:}{${lookup{$local_part@$domain}wildlsearch{/etc/exim/test.txt}}}}
File test.txt with subject templates:
user@domain: Hello
user@domain: GoodLuck
user@domain: blablabla
user2@domain: qwerty
....
Of course the exim take first matched template only with key
"user@domain" - "Hello". Next pairs are ignored at all.
But I would like to check all of matched keys of lookup as many times as
possible and redirect all messages with described subjects.
Is it possible?
Thanks.
--
=== Henry Pootel ===
--
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/