diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-06-21 17:03:38 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-06-21 17:09:41 +0100 |
commit | 49e56fb37f587bf0e69d2fbe76fa0793f898c26f (patch) | |
tree | d67eedd2e7f7ed8b475a583f22c8db8b51e66005 /test/scripts | |
parent | 79f9c6442c53839fb74d3414af4cb5c226bc6ce6 (diff) |
DKIM: Fix signing for body lines starting with a pair of dots. Bug 2284
Broken-by: 42055a3385
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/4500-DKIM/4520 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/test/scripts/4500-DKIM/4520 b/test/scripts/4500-DKIM/4520 index 8e60f4bec..8f962a001 100644 --- a/test/scripts/4500-DKIM/4520 +++ b/test/scripts/4500-DKIM/4520 @@ -67,12 +67,19 @@ content **** # # check that an empty dkim_privatekey overrides dkim_strict -exim -DOPT=From -DSTRICT=true -DSELECTOR=none -odf a@test.ex +exim -DOPT=From -DSTRICT=true -DSELECTOR=none -odf e@test.ex From: nobody@example.com content **** # +# single header signed, body line starting with dot +exim -DOPT=From -odf f@test.ex +From: nobody@example.com + +..content +**** +# millisleep 500 killdaemon no_msglog_check |