diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-11-08 23:04:56 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-11-08 23:04:56 +0000 |
commit | 51edca9d5c27b2d4e39d5ba39404bc98326d1e7b (patch) | |
tree | 8d5b3f59b7f5bc9f6686791dfa7d49041de09a3b /test/scripts | |
parent | 470d71999de29a2fb955727fd82d734772f98570 (diff) |
Testsuite: 4509 independent of calling user
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/4500-Domain-Keys-Identified-Mail/4509 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/scripts/4500-Domain-Keys-Identified-Mail/4509 b/test/scripts/4500-Domain-Keys-Identified-Mail/4509 index 9433815df..3447fa10b 100644 --- a/test/scripts/4500-Domain-Keys-Identified-Mail/4509 +++ b/test/scripts/4500-Domain-Keys-Identified-Mail/4509 @@ -4,7 +4,7 @@ exim -bd -DSERVER=server -oX PORT_S **** # # single header signed, short message -exim -DOPT=dkim -DLIST=From -odf a@test.ex +exim -DOPT=dkim -DLIST=From -odf -oMt sender -f sender a@test.ex From: nobody@example.com From: second@example.com @@ -12,7 +12,7 @@ content **** # # single header signed, long message -exim -DOPT=dkim -DLIST=From -odf b@test.ex +exim -DOPT=dkim -DLIST=From -odf -oMt sender -f sender b@test.ex From: nobody@example.com From: second@example.com |