diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-02-25 18:42:51 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-02-25 19:40:29 +0000 |
commit | b9df1829d6afa37ef6576d04fc8845c1d20269b0 (patch) | |
tree | 96ae50feff49c45d0e9b4c18660d137a38a1cac0 /test/scripts | |
parent | 7bbb36214421667fcd0dd5b9462e647307d5a504 (diff) |
DKIM: rework error logging to pass strings back to caller for logging. Bug 966
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/4500-DKIM/4506 | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/test/scripts/4500-DKIM/4506 b/test/scripts/4500-DKIM/4506 index 14bba8346..6eb81cc16 100644 --- a/test/scripts/4500-DKIM/4506 +++ b/test/scripts/4500-DKIM/4506 @@ -98,6 +98,40 @@ QUIT # # # +# This should refuse to do verification (over-long body line) +# The sig is bogus, but we don't verify it +write test-data 1x16386 +++++ +**** +# +client 127.0.0.1 PORT_D +??? 220 +HELO xxx +??? 250 +MAIL FROM:<CALLER@bloggs.com> +??? 250 +RCPT TO:<a@test.ex> +??? 250 +DATA +??? 354 +DKIM-Signature: v=1; a=rsa-sha1; c=simple/simple; d=test.ex; h=from:to + :date:message-id:subject; s=sel; bh=OB9dZVu7+5/ufs3TH9leIcEpXSo=; b= + PeUA8iBGfStWv+9/BBKkvCEYj/AVMl4e9k+AqWOXKyuEUfHxqAnV+sPnOejpmvT8 + 41kuM4u0bICvK371YvB/yO61vtliRhyqU76Y2e55p2uvMADb3UyDhLyzpco4+yBo + 1w0AuIxu0VU4TK8UmOLyCw/1hxrh1DcEInbEMEKJ7kI= +From: mrgus@text.ex +To: bakawolf@yahoo.com +Date: Thu, 19 Nov 2015 17:00:07 -0700 +Message-ID: <qwerty1234@disco-zombie.net> +Subject: simple test + +<<< test-data +another data line +. +??? 250 +QUIT +??? 221 +**** # # killdaemon |