]> Sergey Matveev's repositories - public-inbox.git/commit
watch: quiet some warnings on spam mailboxes
authorEric Wong <e@yhbt.net>
Sun, 2 Aug 2020 11:22:07 +0000 (11:22 +0000)
committerEric Wong <e@yhbt.net>
Mon, 3 Aug 2020 04:29:03 +0000 (04:29 +0000)
commit11c4929d7ee08b4174918fd9e3d10e10636a054c
tree7458c013a0a14f922c1f093e4d3f8725c2bb7ea3
parent70d93f6bd20a90dadcac4843a5759751fcec4e6d
watch: quiet some warnings on spam mailboxes

Email::Address::XS and PublicInbox::MsgTime both emit warnings
which are likely to trigger from spam messages.  Since this can
be configured to remove spam, just filter out those warnings to
avoid cluttering up stderr with useless information.
lib/PublicInbox/InboxWritable.pm
lib/PublicInbox/WatchMaildir.pm