Merge branch 'master' of ssh://git.exim.org/home/git/exim
[exim.git] / test / aux-fixed / 0412.F
CommitLineData
9ba4af2b
PH
1# Exim filter
2
3if foranyaddress $h_to: ($thisaddress contains usery) then
4 headers add "Found: yes\nFound2: yes"
5else
6 headers add "Found: no"
7endif