DKIM: preferences for verify algorithms
[exim.git] / test / scripts / 4500-DKIM / 4509
1 # DKIM verify, dkim_verify_hashes option
2 #
3 exim -DSERVER=server -bd -oX PORT_D
4 ****
5 #
6 # This should not ve verified, as the config ignores the sha1 sig
7 #  - sha1, 1024b
8 # Mail original in aux-fixed/4500.msg1.txt
9 # Sig generated by: perl aux-fixed/dkim/sign.pl --method=simple/simple < aux-fixed/4500.msg1.txt
10 client 127.0.0.1 PORT_D
11 ??? 220
12 HELO xxx
13 ??? 250
14 MAIL FROM:<CALLER@bloggs.com>
15 ??? 250
16 RCPT TO:<a@test.ex>
17 ??? 250
18 DATA
19 ??? 354
20 DKIM-Signature: v=1; a=rsa-sha1; c=simple/simple; d=test.ex; h=from:to
21         :date:message-id:subject; s=sel; bh=OB9dZVu7+5/ufs3TH9leIcEpXSo=; b=
22         PeUA8iBGfStWv+9/BBKkvCEYj/AVMl4e9k+AqWOXKyuEUfHxqAnV+sPnOejpmvT8
23         41kuM4u0bICvK371YvB/yO61vtliRhyqU76Y2e55p2uvMADb3UyDhLyzpco4+yBo
24         1w0AuIxu0VU4TK8UmOLyCw/1hxrh1DcEInbEMEKJ7kI=
25 From: mrgus@text.ex
26 To: bakawolf@yahoo.com
27 Date: Thu, 19 Nov 2015 17:00:07 -0700
28 Message-ID: <qwerty1234@disco-zombie.net>
29 Subject: simple test
30
31 This is a simple test.
32 .
33 ??? 250
34 QUIT
35 ??? 221
36 ****
37 #
38 killdaemon
39 #
40 no_stdout_check
41 no_msglog_check