git://git.exim.org
/
users
/
jgh
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
List separator specifiers in router/transport headers_add/remove. Bug 1581
[users/jgh/exim.git]
/
test
/
scripts
/
4000-scanning
/
4008
1
# content scan interface: rspamd
2
server 11333
3
<CHECK RSPAMC/1.3
\r
4
<Content-length:
5
<Queue-Id:
6
<From:
7
<Recipient-Number: 1
\r
8
<Rcpt:
9
<Helo:
10
<
\r
11
<From
12
<X-Envelope-From
13
<X-Envelope-To
14
<Received:
15
< by
16
< (envelope
17
< id
18
< for
19
<Content-type: text/plain
20
<Message-Id:
21
<From:
22
<Date:
23
<
24
<test
25
>RSPAMD/1.3 0 EX_OK
\r
26
>Metric: default; True; 15.00 / 15.00 / 0.0
\r
27
>Action: reject
\r
28
>Symbol: FAKE_SYMBOL_A(15.00)
\r
29
>Symbol: FAKE_SYMBOL_B(0.00)
\r
30
>Message-ID: undef
\r
31
*eof
32
****
33
exim -odi -bs
34
ehlo test.ex
35
mail from:<>
36
rcpt to:<userx@test.ex>
37
data
38
Content-type: text/plain
39
40
test
41
.
42
quit
43
****