diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-01-05 14:54:02 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-01-05 16:46:36 +0000 |
commit | 69a70afa8b22ee4ee72ccf583db2efd249e36721 (patch) | |
tree | 831d90de73dca71dba10edd9e73a18f95c295b7f /test/scripts | |
parent | 59b87190a41a0ac34aee74edfff9184785a73485 (diff) |
DKIM: fix base64 decode to ignore whitespace; needed for private-key input
from file. Use this for general-purpose b64decode also.
Testsuite: DKIM signing testcase
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/4500-Domain-Keys-Identified-Mail/4503 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/scripts/4500-Domain-Keys-Identified-Mail/4503 b/test/scripts/4500-Domain-Keys-Identified-Mail/4503 new file mode 100644 index 000000000..7ca338275 --- /dev/null +++ b/test/scripts/4500-Domain-Keys-Identified-Mail/4503 @@ -0,0 +1,10 @@ +# DKIM signing +# +exim -bd -DSERVER=server -oX PORT_D +**** +exim a@test.ex +content +**** +millisleep 200 +killdaemon +no_msglog_check |