]> Sergey Matveev's repositories - public-inbox.git/commit
nntp: make ->ALL Xref generation more fuzzy
authorEric Wong <e@80x24.org>
Mon, 30 Nov 2020 23:37:42 +0000 (23:37 +0000)
committerEric Wong <e@80x24.org>
Tue, 1 Dec 2020 10:20:00 +0000 (10:20 +0000)
commit82ffb3c183ac20e00effa8a5a7b664eda59672de
treeef35f1a41fe3d9110fdac08730006b8bf16b3c83
parentcb75a7aeb9fd530b1816b760c8c7f6cfb428c8e3
nntp: make ->ALL Xref generation more fuzzy

For ->ALL users, this mitigates the regression introduced
by commit 811b8d3cbaa790f59b7b107140b86248da16499b
("nntp: xref: use ->ALL extindex if available"), since
it's common to cross post messages to some mailing
lists with per-list trailers for unsubscribe information.

We won't bother dealing with Bcc-ed messages since those
are nearly all spam when it comes to public mailing lists.

Fixes: 811b8d3cbaa790f5 ("nntp: xref: use ->ALL extindex if available")
Link: https://public-inbox.org/meta/20201130194201.GA6687@dcvr/
lib/PublicInbox/ExtSearch.pm
lib/PublicInbox/NNTP.pm
t/extsearch.t