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.6 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-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) (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 9C3B31F517 for ; Tue, 12 Jun 2018 13:19:29 +0000 (UTC) Received: by mail-wm0-f44.google.com with SMTP id e16-v6so20520994wmd.0 for ; Tue, 12 Jun 2018 06:19:29 -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:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=94FaVG4nBa4XOw2YS3f2hV8AEQb4yRJskVpA/yYQ6Q0=; b=QyJuxre1qlGEa/27hrViYhhcLX7JWpaxoAYrCr2zZEdeMX3AyXsP0uuZmJfiCvLALu cYTyP9zK5I9o2zEaOkk7YfWAiGcCeLKzvYd56Y78HpftAtBy35oP9TwbSWmX2s1yLQBv C7OF8jKKh7NY16XDC01yCHTMRtK3G7HmJeAfuhoHmR4ckE8n44vaL9fqteizb8nryTm7 JhtKBeBmwWNkSI/piK5TWMt1lYYi03bRuA2rbSvggGqm+oVi4P1iRsBAYwv4mMes024w +xWNnuiS9dFC8svaQTHGmnTHkERO81cthvgWorz1pp0FTkTAnkChkwPmlOjOmJHovQ5I tP8A== X-Gm-Message-State: APt69E1xE2iQNHbeMFOuxdB/RPgXQKQKHQQXi/1WYW4YdgcWpCOhJa9u MxG1xK+B6ebzTWGW336E0RxXQA== X-Google-Smtp-Source: ADUXVKKLUwFhZH1xsRrjxVbdWatxTZMV7pOJNdfz7ekSbl8DfxLi0IAUoRqvwRxOePvjiXaNuQrnxQ== X-Received: by 2002:a1c:f308:: with SMTP id q8-v6mr262601wmq.6.1528809567804; Tue, 12 Jun 2018 06:19:27 -0700 (PDT) Received: from juno.home.vuxu.org ([2001:4ca0:0:f224:a288:b4ff:fea1:ce50]) by smtp.gmail.com with ESMTPSA id u89-v6sm713457wma.4.2018.06.12.06.19.26 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 12 Jun 2018 06:19:27 -0700 (PDT) Received: from localhost (juno.home.vuxu.org [local]) by juno.home.vuxu.org (OpenSMTPD) with ESMTPA id deb8bd34; Tue, 12 Jun 2018 13:19:26 +0000 (UTC) From: Leah Neukirchen To: Eric Wong Cc: meta@public-inbox.org Subject: Re: Some points on public-inbox References: <871sdfzy80.fsf@gmail.com> <20180612100915.shfo3ltn6aj55mrf@dcvr> Date: Tue, 12 Jun 2018 15:19:26 +0200 In-Reply-To: <20180612100915.shfo3ltn6aj55mrf@dcvr> (Eric Wong's message of "Tue, 12 Jun 2018 10:09:15 +0000") Message-ID: <874li887mp.fsf@vuxu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain List-Id: Eric Wong writes: >> 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? > > I prefer to use public-inbox-watch for mirroring existing lists. > > -mda is also a bit strict and opinionated (though I have plans to > make it less so, optionally), so it's mainly for non-mirrored > inboxes. > > -watch is also safer and less likely to lose/bounce mail since > it hits a Maildir, first. -watch will scan for List-Id (or any > other header, such as X-Mailing-List) and put it into the > correct inbox. If space is a problem, a cronjob to remove > old files will help, but maybe it can unlink-on-import-commit > in the future. Ok, that was a bit more fiddly than expected, because now I needed to run two MDA under the same user. Also I noticed public-inbox-watch expects different Maildir for every list, so I had to put a maildrop in front of it to pre-sort by List-Id... couldn't -watch do that itself? -- Leah Neukirchen http://leah.zone