From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id E1F2F1F44D; Tue, 12 Mar 2024 19:24:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1710271462; bh=P0p1qBVf125y5mXM/JL3YamNh5Q1ZbGoFVbgB+eHEC8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=pzvcSSthA4UxYjgunYia+XEKUPv21aG5g49VKeBvRetsAt1zzpC1POU1/dT4SGH2D S/wBKI6GdW/P4Nvi5nI07wC+v8hIPjg0HKoqIU/bhBr8RVBqxN9QK8rk2rx0wi1/zj fHh1b/L/KDSQxMDRuWyntqnTxmnQi/YIot1tuRyE= Date: Tue, 12 Mar 2024 19:24:22 +0000 From: Eric Wong To: Felix Lechner Cc: meta@public-inbox.org Subject: Re: mda tool not delivering Message-ID: <20240312192422.M802254@dcvr> References: <87v85rvb91.fsf@lease-up.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <87v85rvb91.fsf@lease-up.com> List-Id: Felix Lechner wrote: > Hi, > > What's a good place to ask questions about running public-inbox-mda, > please? This is the only place :> > I can't get public-inbox-mda to import on-disk messages. They end up in > the emergency Maildir. My configuration and a sample message are below. > [publicinbox "help"] > address = help@patchwise.org You probably need to set ORIGINAL_RECIPIENT=help@patchwise.org in your environment. (postfix and presumably other MTAs do this when invoking public-inbox-mda) > Also, why is it a fault when the "inbox address [is] specified in To: or > Cc: header"? Isn't that how messages appear on a mailing list? Thanks! Erm, that should be "not" specified, I think.... In other words, Bcc-ing a public mailing list is often spammy or deceptive behavior. Patch coming later. If you're running public-inbox.git, `lei import' should be faster for importing on-disk mbox{rd,cl,cl2,o}, maildir, MH. And there'll probably be a `public-inbox-ctl' tool to inject messages from HTTP(S) ActivityPub requests. I'm really behind on making releases, unfortunately; but all the email-only stuff should be OK in public-inbox.git; and I've been bogged down by offline stuff this year :<