Guard loadable module vars with LOOKUP_MODULE_DIR.
[exim.git] / test / aux-fixed / 0352.F
CommitLineData
9ba4af2b
PH
1# Exim filter
2
3if foranyaddress $h_to: ($thisaddress contains abcd) then
4 headers add "Found: abcd yes"
5else
6 headers add "Found: abcd no"
7endif
8
9if foranyaddress $h_to: ($thisaddress contains xyz) then
10 headers add "Found: xyz yes"
11else
12 headers add "Found: xyz no"
13endif
14
15headers add "TO: >$h_to:<"
16
17