about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-07-06 12:42:01 +0000
committerEric Wong <e@80x24.org>2021-07-06 13:36:53 +0000
commitf1f2464064af3840f2f1a697b638e5b769f111af (patch)
tree8de7f96b83118ecde188e70ef9755136420295be /lib
parent1af8ec12c95028cb1c72a8e85b538ab435d5145d (diff)
downloadpublic-inbox-f1f2464064af3840f2f1a697b638e5b769f111af.tar.gz
These seem needed with the data I'm currently working on, but I
haven't changed my version of Email::Address::XS since my last
Debian stable upgrade (to buster).
Diffstat (limited to 'lib')
-rw-r--r--lib/PublicInbox/Eml.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/PublicInbox/Eml.pm b/lib/PublicInbox/Eml.pm
index 46c273ce..955d6a96 100644
--- a/lib/PublicInbox/Eml.pm
+++ b/lib/PublicInbox/Eml.pm
@@ -484,8 +484,8 @@ sub crlf { $_[0]->{crlf} // "\n" }
 sub warn_ignore {
         my $s = "@_";
         # Email::Address::XS warnings
-        $s =~ /^Argument contains empty address at /
-        || $s =~ /^Element at index [0-9]+ contains /
+        $s =~ /^Argument contains empty /
+        || $s =~ /^Element at index [0-9]+.*? contains /
         # PublicInbox::MsgTime
         || $s =~ /^bogus TZ offset: .+?, ignoring and assuming \+0000/
         || $s =~ /^bad Date: .+? in /