git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Corrections to spec examples - fixes bug 1196
[exim.git]
/
test
/
scripts
/
0000-Basic
/
0254
1
# resent headers
2
exim -odq userx
3
From: f
4
To: t
5
Date: d
6
Subject: s
7
Resent-From: f
8
Resent-To: t
9
Resent-Date: d
10
Resent-Subject: should not exist
11
****
12
exim -Mvh $msg1
13
****
14
exim -odq userx
15
From: f
16
Resent-From: f
17
****
18
exim -Mvh $msg2
19
****
20
exim -odq userx
21
From: userx
22
To: xx@yy
23
Resent-From: userx
24
Resent-To: xx@yy
25
****
26
exim -Mvh $msg3
27
****
28
no_msglog_check