From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS15169 74.125.0.0/16 X-Spam-Status: No, score=-2.7 required=3.0 tests=AWL,BAYES_00, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_PASS, UNPARSEABLE_RELAY shortcircuit=no autolearn=no autolearn_force=no version=3.4.1 Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 53D5B1F403 for ; Sat, 9 Jun 2018 17:06:13 +0000 (UTC) Received: by mail-wm0-f43.google.com with SMTP id v16-v6so8079156wmh.5 for ; Sat, 09 Jun 2018 10:06:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:user-agent :mime-version; bh=rE2F9x/IsATrxUD2i5rOqy29KZ3caE+omPThvTpOeNA=; b=U8BGLxEDE5/xnznxwPK2VMYyK49mnRvGCS8rFLN7fqKR+oJKUgDRVZd8SzvuFf2Ugp +U1wlX3E0Ma+CzKYLI139mLO0+SS8vi2bTL9yZaIEAPfarU0fchHknr9TlILqNljgPAl azHdqo/t/UYF6kezvPhIe69oDzMAbBLKwOoNZFksAMx/avHkdlXZ2q5jRsWtgm2jhcOm s2nplZkDUmCs66swv1nq+ES2/siHgmPe2UQ6otwPWIKUNugtFQ3DacOpKlEZv0YVcw2k ptLWMOvNahvISvKDuYDyQsCLR1ln6Q0WFHJIrK3RhKQUWDfres7p5JFeSDoJJx7PuUF5 ZmnQ== X-Gm-Message-State: APt69E0VJhCH89j2aZWwe3BphLT/uehZ1NQMHTZFoaCMKvw9oFKZZvU+ ddIZJkXbeZBv+M0wmGIlXf7wDg== X-Google-Smtp-Source: ADUXVKJiFmHhy64RqHcMdItFHLrwRR7sFsQPyU3JVK7rqpg6eiao377wnHneu2XOWqqilhMSLcfw5A== X-Received: by 2002:a1c:448:: with SMTP id 69-v6mr4692323wme.31.1528563969826; Sat, 09 Jun 2018 10:06:09 -0700 (PDT) Received: from juno.home.vuxu.org ([2001:4ca0:0:f224:a288:b4ff:fea1:ce50]) by smtp.gmail.com with ESMTPSA id a14-v6sm3127299wmb.44.2018.06.09.10.06.08 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 09 Jun 2018 10:06:08 -0700 (PDT) Received: from localhost (juno.home.vuxu.org [local]) by juno.home.vuxu.org (OpenSMTPD) with ESMTPA id 41c3ce48 for ; Sat, 9 Jun 2018 17:06:08 +0000 (UTC) From: Leah Neukirchen To: meta@public-inbox.org Subject: Some points on public-inbox Date: Sat, 09 Jun 2018 19:06:07 +0200 Message-ID: <871sdfzy80.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain List-Id: Hi, over the last few days I've set up a public-inbox 1.1.0pre1 instance, and noticed some things: 1) Makefile.PL only works properly when run from a checkout, not a tarball. I replaced the beginning with my @EXE_FILES = split("\n", `printf '%s\n' script/* 2>/dev/null`); my $PM_FILES = `find lib 2>/dev/null`; 2) public-inbox-mda returns with status 1 when it gets a mail it doesn't know where to deliver to. I think status 67 would be more appropriate (EX_NOUSER). 3) IPv6 support needs the Socket6 module, this is not stated anywhere. 4) I think it would be useful if the thread overview displayed the name of the initial poster, could this be added as an option? 5) Is there a way for the HTML view to list all served lists? / results in 404. How did you add links to meta/ and test/ on https://public-inbox.org/ ? 6) I have a user account that uses .forward to call public-inbox-mda, and use /etc/aliases to route the lists that are hosted primarily on the server to it. What's the best approach to do this for mailing lists I only mirror? Subscribe with a "secret" second address to the list, and add this second adress to publicinbox..address? Or can public-inbox-mda also scan for List-Id etc and sort by it somehow? Thank you very much for your work, -- Leah Neukirchen http://leah.zone