# tainted data for appendfile file option
+#
+# This should trap
exim -bs -odi
+helo test
mail from:someone@some.domain
-rcpt to:CALLER@HOSTNAME
+rcpt to:fred@HOSTNAME
+data
+.
+quit
+****
+#
+# taint trap defated by using create_file
+# goes on to fail on perms
+exim -bs -odi -DOPT=DIR/test-mail
+helo test
+mail from:someone@some.domain
+rcpt to:bill@HOSTNAME
data
.
quit