about summary refs log tree commit homepage
path: root/t/precheck.t
diff options
context:
space:
mode:
Diffstat (limited to 't/precheck.t')
-rw-r--r--t/precheck.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/precheck.t b/t/precheck.t
index 6deead98..f9d61d8e 100644
--- a/t/precheck.t
+++ b/t/precheck.t
@@ -38,6 +38,7 @@ sub do_checks {
                         Cc => 'c@example.com',
                         'Content-Type' => 'text/plain',
                         Subject => 'this is a subject',
+                        'Message-ID' => '<MID>',
                 ],
                 body => "hello world\n",
         ));
@@ -51,6 +52,7 @@ sub do_checks {
                         Cc => 'John Doe <c@example.com>',
                         'Content-Type' => 'text/plain',
                         Subject => 'this is a subject',
+                        'Message-ID' => '<MID>',
                 ],
                 body => "hello world\n",
         ));
@@ -64,6 +66,7 @@ sub do_checks {
                         Cc => 'c@example.com',
                         'Content-Type' => 'text/plain',
                         Subject => 'this is a subject',
+                        'Message-ID' => '<MID>',
                 ],
                 body => "hello world\n",
         );