diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-09-05 11:32:09 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-09-05 12:16:31 +0100 |
commit | 889894461aa958da4604299acc161c29e2aa603c (patch) | |
tree | 46eda1a12d668c90103b630995583b93865d0edc /test/scripts/0000-Basic | |
parent | 8dcd5efb1f89d17b0b214e1face4146d3a1edd28 (diff) |
Fix validation of domain-literals in Message_ID: headers. Bug 2805
Diffstat (limited to 'test/scripts/0000-Basic')
-rw-r--r-- | test/scripts/0000-Basic/0604 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0604 b/test/scripts/0000-Basic/0604 index 196b9dc0c..9e2e4d16e 100644 --- a/test/scripts/0000-Basic/0604 +++ b/test/scripts/0000-Basic/0604 @@ -9,6 +9,15 @@ Message-ID: original1235@example.com body **** # +# check for 822-rules for domain-listeral in Message_ID: +exim -DLOG_SELECTOR=+received_recipients -t +From: CALLER@test.ex +To: a2@test.ex +Message-ID: original1235@[foobar] + +body +**** +# # msg_id is on by default; check it can be disabled exim -DLOG_SELECTOR=+received_recipients-msg_id -t From: CALLER@test.ex |