DKIM: relaxed body canonicalisation should ignore whitespace at EOL
[exim.git] / test / scripts / 4500-Domain-Keys-Identified-Mail / 4502
... / ...
CommitLineData
1# DKIM relaxed canonicalisation
2#
3exim -DSERVER=server -bd -oX PORT_D
4****
5#
6# This should pass.
7# Mail original in aux-fixed/4502.msg1.txt
8# Sig generated by: perl aux-fixed/dkim/sign.pl --method=relaxed/relaxed < aux_fixed/4502.msg1.txt
9client 127.0.0.1 PORT_D
10??? 220
11HELO xxx
12??? 250
13MAIL FROM:<CALLER@bloggs.com>
14??? 250
15RCPT TO:<a@test.ex>
16??? 250
17DATA
18??? 354
19DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=test.ex; h=
20 message-id:date:from:mime-version:to:subject:content-type
21 :content-transfer-encoding; s=sel; bh=rn0kk3aPKyhYbxzfi3WG8dAxhN
22 M=; b=Tsi3kJtTNmIP0LAkEXR201R/alr7FwaWRAP+V9qQZf7MzAFrkfKAhkT3UQ
23 zPTJsZowOZaM1UoeeDQCvfvHG5YG8YCFwU3tuLgdDvbCmYJvR+jPNntN27BXcrVH
24 fyQLstR8eQPUopT7vmdYwsMlXz0Jv7iLM1MyxsWn6z1LTlvYA=
25Message-ID: <564CFC9B.1040905@yahoo.com>
26Date: Wed, 18 Nov 2015 14:32:59 -0800
27From: Joaquin Lopez <bakawolf@test.ex>
28User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:24.0) Gecko/20100101 Thunderbird/24.0
29MIME-Version: 1.0
30To: bakawolf@yahoo.com
31Subject: test
32Content-Type: text/plain; charset=ISO-8859-1; format=flowed
33Content-Transfer-Encoding: 7bit
34Content-Length: 13
35
36
37
38test
39
40
41
42
43
44
45
46
47.
48??? 250
49QUIT
50??? 221
51****
52#
53killdaemon
54no_stdout_check
55no_msglog_check