summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0593
blob: 00790ff1c206df0a371ed269f6c5b80baef975a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# tainted data for appendfile file option
#
# This should trap
exim -bs -odi
helo test
mail from:someone@some.domain
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
****