git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
SpamAssassin: replace "backup" option on server spec with "pri=<N>". Bug 670
[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
<User:
11
<
\r
12
<From
13
<X-Envelope-From
14
<X-Envelope-To
15
<Received:
16
< by
17
< (envelope
18
< id
19
< for
20
<Content-type: text/plain
21
<Message-Id:
22
<From:
23
<Date:
24
<
25
<test
26
>RSPAMD/1.3 0 EX_OK
\r
27
>Metric: default; True; 15.00 / 15.00 / 0.0
\r
28
>Action: reject
\r
29
>Symbol: FAKE_SYMBOL_A(15.00)
\r
30
>Symbol: FAKE_SYMBOL_B(0.00)
\r
31
>Message-ID: undef
\r
32
*eof
33
****
34
exim -odi -bs
35
ehlo test.ex
36
mail from:<>
37
rcpt to:<userx@test.ex>
38
data
39
Content-type: text/plain
40
41
test
42
.
43
quit
44
****