From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 748BB1F521; Fri, 11 May 2018 19:20:19 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Cc: Konstantin Ryabitsev Subject: [PATCH 4/4] t/search: quiet warning from Encode.pm Date: Fri, 11 May 2018 19:20:18 +0000 Message-Id: <20180511192018.6432-5-e@80x24.org> In-Reply-To: <20180511192018.6432-1-e@80x24.org> References: <20180511192018.6432-1-e@80x24.org> List-Id: This was probably a typo on my part, and quiets a warning: Argument contains empty address at .../Email/MIME/Encode.pm line 70 Tested with Email::MIME 1.946 --- t/search.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/search.t b/t/search.t index 54f2db9..9a90fd5 100644 --- a/t/search.t +++ b/t/search.t @@ -214,7 +214,7 @@ $ibx->with_umask(sub { # No References: # 'References' => ' <'.$long_mid.'>', 'In-Reply-To' => "<$long_mid>", - From => '"no1 ', + From => 'no1 ', To => 'list@example.com', ], body => "no References\n");