git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
doc typo in $load_average
[exim.git]
/
test
/
scripts
/
0000-Basic
/
0311
1
# return-path, delivery-date, envelope-to removal
2
exim -odq xx
3
return-path: x@y
4
Delivery-date: Mon, 08 May 2000 11:07:20 +0100
5
envelope-to: p@q
6
****
7
exim -Mvh $msg1
8
****
9
exim -DDYNAMIC_OPTION=return_path_remove=no -odq xx
10
return-path: x@y
11
Delivery-date: Mon, 08 May 2000 11:07:20 +0100
12
envelope-to: p@q
13
****
14
exim -Mvh $msg2
15
****
16
no_msglog_check