; Example public-inbox config snippet for a mirror of ; https://public-inbox.org/ruby-dev/ ; See public-inbox-config(5) manpage for more details: ; https://public-inbox.org/public-inbox-config.html [publicinbox "ruby-dev"] inboxdir = /path/to/top-level-inbox ; note: public-inbox before v1.2.0 used `mainrepo' instead of ; `inboxdir', both remain supported after 1.2 mainrepo = /path/to/top-level-inbox url = https://example.com/ruby-dev/ url = http://example.onion/ruby-dev/ address = ruby-dev@ruby-lang.org address = ruby-dev@ml.ruby-lang.org listid = ruby-dev.ml.ruby-lang.org listid = ruby-dev.ruby-lang.org infourl = https://www.ruby-lang.org/en/community/mailing-lists/ ; altid DBs may be used to provide numeric article ID lookup from ; old, pre-existing sources. You can recreate them via curl(1), ; gzip(1), and sqlite3(1) as documented: ; curl -d '' https://public-inbox.org/ruby-dev/dev.sql.gz | \ ; gzip -dc | \ ; sqlite3 /path/to/top-level-inbox/dev.sqlite3 altid = serial:dev:file=dev.sqlite3 filter = PublicInbox::Filter::RubyLang newsgroup = inbox.comp.lang.ruby.dev obfuscate = 1 replyto = :list,Cc,To,Reply-To imapmirror = imaps://public-inbox.org/inbox.comp.lang.ruby.dev nntpmirror = nntp://ie5yzdi7fg72h7s4sdcztq5evakq23rdt33mfyfcddc5u3ndnw24ogqd.onion/inbox.comp.lang.ruby.dev nntpmirror = nntps://news.public-inbox.org/inbox.comp.lang.ruby.dev