Move ESMPT LIMITS extension from experimental to mainline
[exim.git] / test / scripts / 4520-TLS-DKIM / 4529
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-anytls 127.0.0.1 PORT_D
11 ??? 220
12 EHLO test
13 ??? 250-myhost
14 ??? 250-SIZE
15 ??? 250-LIMITS
16 ??? 250-8BITMIME
17 ??? 250-PIPELINING
18 ??? 250-STARTTLS
19 ??? 250 HELP
20 STARTTLS
21 ??? 220
22 HELO xxx
23 ??? 250
24 MAIL FROM:<CALLER@bloggs.com>
25 ??? 250
26 RCPT TO:<a@test.ex>
27 ??? 250
28 DATA
29 ??? 354
30 DKIM-Signature: v=1; a=rsa-sha1; c=simple/simple; d=test.ex; h=from:to
31         :date:message-id:subject; s=sel; bh=OB9dZVu7+5/ufs3TH9leIcEpXSo=; b=
32         PeUA8iBGfStWv+9/BBKkvCEYj/AVMl4e9k+AqWOXKyuEUfHxqAnV+sPnOejpmvT8
33         41kuM4u0bICvK371YvB/yO61vtliRhyqU76Y2e55p2uvMADb3UyDhLyzpco4+yBo
34         1w0AuIxu0VU4TK8UmOLyCw/1hxrh1DcEInbEMEKJ7kI=
35 From: mrgus@text.ex
36 To: bakawolf@yahoo.com
37 Date: Thu, 19 Nov 2015 17:00:07 -0700
38 Message-ID: <qwerty1234@disco-zombie.net>
39 Subject: simple test
40
41 This is a simple test.
42 .
43 ??? 250
44 QUIT
45 ??? 221
46 ****
47 #
48 killdaemon
49 #
50 no_stdout_check
51 no_msglog_check