]> Sergey Matveev's repositories - public-inbox.git/commit
mid: add $MID_EXTRACT regexp for export
authorEric Wong <e@yhbt.net>
Wed, 1 Apr 2020 06:16:20 +0000 (06:16 +0000)
committerEric Wong <e@yhbt.net>
Thu, 2 Apr 2020 10:27:45 +0000 (10:27 +0000)
commit906393b801050e303d2ec2a660c85de4a5fa4740
tree4fcd132c77cd8eecd09eb2007ecfaa252f48e031
parenteaa56562a0a09d9e8ecf3f2371dda20645bd82f3
mid: add $MID_EXTRACT regexp for export

This allows us to consistently enforce the same Message-ID
extraction rules everywhere and makes it easier for us to
make changes in the future.

Update scripts/ssoma-replay, as well, but don't rely on
PublicInbox::* modules in that since it's legacy and
public-inbox was never a dependency of ssoma.
lib/PublicInbox/Linkify.pm
lib/PublicInbox/MID.pm
lib/PublicInbox/NNTP.pm
lib/PublicInbox/SearchThread.pm
lib/PublicInbox/View.pm
scripts/ssoma-replay