Luke Kenneth Casson Leighton <l...@lkcl.net> wrote:
> On Wednesday, February 5, 2020, Eric Wong <e...@yhbt.net> wrote:
> > Sure, or just have a subscriber (which can be yourself) set it up.
> 
> 
> ok, so converting mailman to Maildir format requires a separate program, it
> doesn't have a config option.
> 
> and i use exim4 so would have to alter that to output Maildir rather than
> mbox....

> > I do that with most of https://public-inbox.org/hosted.html
> > since I'm not an admin of any of those lists.
> 
> 
> ok one of those is mailman, so do you have an example ~/publicinbox/config
> for that? i can then just cutpaste it.

Yeah, I use something like this for bug-gnulib where I'm just
a list subscriber:

[publicinbox "bug-gnulib"]
        address = bug-gnu...@gnu.org
        url = //public-inbox.org/bug-gnulib
        inboxdir = /home/user/pub/bug-gnulib
        newsgroup = inbox.comp.lib.gnulib.bug
        infourl = https://lists.gnu.org/mailman/listinfo/bug-gnulib

        ; old messages had [Bug-gnulib] in the Subject, but not new ones
        ; filter = PublicInbox::Filter::SubjectTag -tag [Bug-gnulib]

        ; dovecot-deliver, offlineimap, mbsync, procmail, whatever
        ; writes to the specified Maildir:
        watch = maildir:/home/user/Maildir/.INBOX.gnulib

        ; only import messages with the given List-Id: header
        watchheader = List-Id:<bug-gnulib.gnu.org>

; optional spam checking + training stuff
[publicinboxlearn]
        watchspam = maildir:/home/user/Maildir/.INBOX.learnspam
        watchspam = maildir:/home/user/Maildir/.INBOX.spam
[publicinboxwatch]
        spamcheck = spamc
--
unsubscribe: one-click, see List-Unsubscribe header
archive: https://public-inbox.org/meta/

Reply via email to