]> Sergey Matveev's repositories - public-inbox.git/commitdiff
imap: quiet Parse::RecDescent errors on bad search queries
authorEric Wong <e@80x24.org>
Mon, 13 Feb 2023 01:02:12 +0000 (01:02 +0000)
committerEric Wong <e@80x24.org>
Mon, 13 Feb 2023 07:55:17 +0000 (07:55 +0000)
Parse::RecDescent emits giant errors to STDERR by default
(bypassing $SIG{__WARN__}, even).  Shut it up since there's
no good way to pass those back to a client, and we don't want
clients flooding logs with bogus requests.


No differences found