]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/precheck.t
view: adjust wording for reply-to-list configs
[public-inbox.git] / t / precheck.t
index 6c353d8d8ccf5d2df38f9f1a82b0fb1547078786..0c3ce1c4a62b1fa52c6343e9a0a91853c7658d2b 100644 (file)
@@ -26,6 +26,23 @@ sub do_checks {
                "alias list is OK");
 }
 
+{
+       my $s = Email::Simple->create(
+               header => [
+                       From => 'abc@example.com',
+                       To => 'abc@example.com',
+                       Cc => 'c@example.com, another-list@example.com',
+                       'Content-Type' => 'text/plain',
+                       Subject => 'list is fine',
+                       'Message-ID' => '<MID@host>',
+                       Date => 'Wed, 09 Apr 2014 01:28:34 +0000',
+               ],
+               body => "hello world\n",
+       );
+       my $addr = [ 'c@example.com', 'd@example.com' ];
+       ok(PublicInbox::MDA->precheck($s, $addr), 'Cc list is OK');
+}
+
 {
        do_checks(Email::Simple->create(
                header => [