summaryrefslogtreecommitdiff
path: root/test/aux-fixed/0351.F
blob: 0560cd331f90bcfe16bda4f213fbee3219784d38 (plain)
1
2
3
4
5
6
7
# Exim filter

if foranyaddress $h_to: ($thisaddress contains usery) then
  headers add "Found: yes\nFound2: yes"
else
  headers add "Found: no"
endif