From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-3.5 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from mail-pl1-x631.google.com (mail-pl1-x631.google.com [IPv6:2607:f8b0:4864:20::631]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 3240E1F9E0 for ; Sun, 26 Apr 2020 04:37:31 +0000 (UTC) Received: by mail-pl1-x631.google.com with SMTP id s10so5549508plr.1 for ; Sat, 25 Apr 2020 21:37:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:mime-version:content-disposition; bh=4DPaJXpDDAH54pFJ7Qv7rZhVsCxBvpSW0SAJl9SxTI0=; b=A0t1g8pXmeu2B84e0XpbqV3e2XSZFpafJ3DvXX83O4xHK5+qZmLtk2+sCt8oC1IaAC GOw7VV/HaY8Y/XnURQX7bUYjCUBNyV/Z6dK3QAHdK766ZUzOVTre9DeoagqzYBecfdRH 2QEfQMxFkLApfUFYQ8BCOpOx63rHTTwfemSDrIKMINuKDzqKiKzOl+bjeJHnWeicrlvr jN9gh/VgAmZiWm0MeijDPpXeZyG9Hiu3SnUeLDaNVDibMN7x5UyT/4/lSz1a4mfHEYQ9 KUxkgUVeMx0d5KQ0NvBWFBX1BheiPTvwVSBUPSRvZnwiS8Uyf3y+nVQXp1r4ZzJkBQi3 E8Tg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition; bh=4DPaJXpDDAH54pFJ7Qv7rZhVsCxBvpSW0SAJl9SxTI0=; b=QsYrDE2K1lKC94SRs9hTOAf/ndv5Q4uAP8xJ9aHLQfxNBN8giYcZZGOAYFzZs/Mp4Z gf/TLYHoUSE+ZcF/meBVHorsYLrRX0JyiqP9ZQbFh/VSdfYdL8bM1Gm4mdZGsb1EvhMN t4Q1UR67pCAkkO+Kn96y9Up+tHMoN2scI3hH23SpzlhyCuAzV0NmfxVx4pBoHxoZvfVO ECIadDcRIf2Pv6DSpk1Y6A7SY0vZPUDUUOJiCfsP5L4mTwBzmFsApCFhjMvLr9BP61tY G/kCpsnmF1uUK4NYz7HNsEsGDvHClbvO3wDs17cCc/4avvvwPchpPeSPy2gNjig7qXkH oBIg== X-Gm-Message-State: AGi0Pubrgb6mUT085nKVjL1PEb8OOdHx0j3e/g1mHzGEs89kg0Q0DxLv UxC2fci+yYuGCaa6Fwb2wgQKSd1C X-Google-Smtp-Source: APiQypIbJ4ziZbSeILpakbGbm2TnSAvxUwaRABPRVSSGWQKXjs5vH+p56NOS8PLLfiHK64GvKXrRTA== X-Received: by 2002:a17:902:6b0a:: with SMTP id o10mr16935957plk.32.1587875850057; Sat, 25 Apr 2020 21:37:30 -0700 (PDT) Received: from localhost ([2402:800:6374:bf12:8518:c5e6:e4cc:3967]) by smtp.gmail.com with ESMTPSA id y21sm2763238pge.42.2020.04.25.21.37.29 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 25 Apr 2020 21:37:29 -0700 (PDT) Date: Sun, 26 Apr 2020 11:37:27 +0700 From: Danh Doan To: meta@public-inbox.org Subject: How to Extract public-inbox v2 to Maildir Message-ID: <20200426043727.GB14800@danh.dev> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline List-Id: Hello public-inbox's developers, I'm a happer user of ssoma. I used to sync public-inbox's archive of git to a separate copy in Maildir format in my local repository. I see a move to lore.kernel.org/git for git archive, I tried to update my ssoma configuration to point to lore.kernel.org. To my surprise, it doesn't work because lore.kernel.org use version 2 of public-inbox's repository. I tried to read both ssoma, and public-inbox documentation to figure out it, but I have no luck. Would it is easy (and desired) to have this in public-inbox, since I saw a notice that ssoma won't support v2. I think Email::LocalMailDelivery is the ways to go, but I haven't done any Perl yet. I would like to have a pointer, so I can implement this myself if public-inbox don't want this feature. -- Danh