]> Sergey Matveev's repositories - public-inbox.git/commitdiff
extmsg: rework partial MID matching to favor current inbox
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Mon, 19 Mar 2018 07:51:09 +0000 (07:51 +0000)
committerEric Wong <e@80x24.org>
Mon, 19 Mar 2018 07:51:59 +0000 (07:51 +0000)
The current inbox is more important for partial Message-ID
matching, so we try harder on that to fix common errors before
moving onto other inboxes.  Then, prevent expensive scanning of
other inboxes by requiring a Message-ID length of at least 16
bytes.

Finally, we limit the overall partial responses to 200 when
scanning other inboxes to avoid excessive memory usage.


No differences found