]> git.netwichtig.de Git - user/henk/code/exim.git/blob - test/aux-fixed/0412.F
Fix reporting of 2-phase queue-runner daemon, in daemon start log line and in exiwhat
[user/henk/code/exim.git] / test / aux-fixed / 0412.F
1 # Exim filter
2
3 if foranyaddress $h_to: ($thisaddress contains usery) then
4   headers add "Found: yes\nFound2: yes"
5 else
6   headers add "Found: no"
7 endif