From aad948558339aa28786973d112761c66b7452e26 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 16 Dec 2020 23:19:02 +0000 Subject: inboxwritable: warn_ignore: "Bad UTF7 data escape" As with the other messages in this callback, there's nothing we can do about invalid messages ending up in our Maildirs for -watch. --- lib/PublicInbox/InboxWritable.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/PublicInbox/InboxWritable.pm') diff --git a/lib/PublicInbox/InboxWritable.pm b/lib/PublicInbox/InboxWritable.pm index 49809045..bdfae2f8 100644 --- a/lib/PublicInbox/InboxWritable.pm +++ b/lib/PublicInbox/InboxWritable.pm @@ -287,6 +287,8 @@ sub warn_ignore { # PublicInbox::MsgTime || $s =~ /^bogus TZ offset: .+?, ignoring and assuming \+0000/ || $s =~ /^bad Date: .+? in / + # Encode::Unicode::UTF7 + || $s =~ /^Bad UTF7 data escape at / } # this expects to be RHS in this assignment: "local $SIG{__WARN__} = ..." -- cgit v1.2.3-24-ge0c7