git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Debug: indentation
[exim.git]
/
test
/
scripts
/
0000-Basic
/
0593
1
# tainted data for appendfile file option
2
#
3
# This should trap
4
exim -bs -odi
5
helo test
6
mail from:someone@some.domain
7
rcpt to:fred@HOSTNAME
8
data
9
.
10
quit
11
****
12
#
13
# taint trap defated by using create_file
14
# goes on to fail on perms
15
exim -bs -odi -DOPT=DIR/test-mail
16
helo test
17
mail from:someone@some.domain
18
rcpt to:bill@HOSTNAME
19
data
20
.
21
quit
22
****