[skara] RFR: Add support for treating a set of mboxes as a single source of conversations

Robin Westberg rwestberg at openjdk.java.net
Wed Mar 31 06:55:04 UTC 2021


When bridging emails from mailing lists to pull requests, it is necessary to look at lists that can contain cross-posts as a single source. Otherwise, parts of a thread may be missed as it is only found on a certain list, while other parts are on another list. This is commonly the case for the jdk repositories which has its reviews split over many lists.

To facilitate this, a MailingList can now be sourced from multiple actual lists, and is setup in that way when bridging repositories that are configured to use multiple lists for reviews. Sending mails are now done through the MailingListServer instead, as the actual target of a mail has always been decided by the email headers, and not the list send() was invoked on.

-------------

Depends on: https://git.openjdk.java.net/skara/pull/1095

Commit messages:
 - Add support for treating a set of mboxes as a single source of conversations

Changes: https://git.openjdk.java.net/skara/pull/1103/files
 Webrev: https://webrevs.openjdk.java.net/?repo=skara&pr=1103&range=00
  Stats: 490 lines in 20 files changed: 243 ins; 101 del; 146 mod
  Patch: https://git.openjdk.java.net/skara/pull/1103.diff
  Fetch: git fetch https://git.openjdk.java.net/skara pull/1103/head:pull/1103

PR: https://git.openjdk.java.net/skara/pull/1103


More information about the skara-dev mailing list