]> Sergey Matveev's repositories - public-inbox.git/commit
lei_to_mail: reduce spew on Maildir removal
authorEric Wong <e@80x24.org>
Mon, 1 Feb 2021 08:28:27 +0000 (22:28 -1000)
committerEric Wong <e@80x24.org>
Mon, 1 Feb 2021 11:38:20 +0000 (11:38 +0000)
commit6a9161d470b8aa2258107a828b69380afc01fdd8
treea957a784d41d1fc2e0b48c4a2165a706a76f8c5c
parent7318712c430bdd15f4fb52cc6c4e10eeb7d0ded2
lei_to_mail: reduce spew on Maildir removal

At most, we'll only warn once per worker when a Maildir
disappears from under us.  We'll also use the '!' OpPipe
to note the exceptional condition, and use '|' to SIGPIPE
so it'll be a bit easier for hackers to remember.
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiToMail.pm
lib/PublicInbox/LeiXSearch.pm