RFR: 2610: Mailman 3 support [v2]
Zhao Song
zsong at openjdk.org
Wed Nov 26 22:25:26 UTC 2025
On Wed, 26 Nov 2025 22:04:51 GMT, Erik Joelsson <erikj at openjdk.org> wrote:
>> mailinglist/src/main/java/org/openjdk/skara/mailinglist/mailman/MailmanListReader.java line 223:
>>
>>> 221: var mboxUri = URIBuilder.base(server.getArchiveUri()).appendPath("list/").appendPath(name)
>>> 222: .appendPath("@").appendPath(server.getArchiveUri().getHost())
>>> 223: .appendPath("/export/foo.mbox.gz").setQuery(query).build();
>>
>> This looks a bit weird, seems like we are downloading it instead of reading it, is it because if we just read it, the files are not in mbox format?
>
> This is the URL I found in the test server we have running internally. There are download links in the UI which I modified to our needs. Not sure what you mean with downloading vs reading. The "foo" part can be anything you like as it will translate to a filename when using the URL in a browser.
NVM, I am ok with this.
-------------
PR Review Comment: https://git.openjdk.org/skara/pull/1743#discussion_r2566608455
More information about the skara-dev
mailing list