diff options
Diffstat (limited to 'test/aux-fixed/0351.F')
-rw-r--r-- | test/aux-fixed/0351.F | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/aux-fixed/0351.F b/test/aux-fixed/0351.F new file mode 100644 index 000000000..0560cd331 --- /dev/null +++ b/test/aux-fixed/0351.F @@ -0,0 +1,7 @@ +# Exim filter + +if foranyaddress $h_to: ($thisaddress contains usery) then + headers add "Found: yes\nFound2: yes" +else + headers add "Found: no" +endif |