unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
* mda tool not delivering
@ 2024-03-12 13:19 Felix Lechner
  2024-03-12 19:24 ` Eric Wong
  0 siblings, 1 reply; 2+ messages in thread
From: Felix Lechner @ 2024-03-12 13:19 UTC (permalink / raw)
  To: meta

Hi,

What's a good place to ask questions about running public-inbox-mda,
please?

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.

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!

Kind regards
Felix Lechner

* * *

[publicinboxmda]
   spamcheck = none

[publicinbox "help"]
	inboxdir = /srv/patchwise/inbox/help.git
    address = help@patchwise.org
	url = https://patchwise.org/help
    newsgroup = inbox.comp.bugs.patchwise.help
    listid = help.patchwise.org

* * *

Return-Path: <felix.lechner@lease-up.com>
Delivered-To: help@patchwise.org
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=2017; bh=/ksuGrWv8XZH4Xz
        xkdQogzQXtVAiarS3rMKbtWQsMKo=; h=date:subject:cc:to:from;
        d=lease-up.com; b=PZqkCHXfAvVGgjMQ0s2KaJaLL2/IZDzcNOVaJonYjRLTO9WAu+jp
        /K3Mp6Lu+92wlUlxHsV9FqUejBkRNwq/9BZomLRZ3Ds7M2poYaJqNZSbqsz3CHtnyRB6ES
        04fHgPjOblq/VT3XEe3zJYMVAyRSd7SmiiCU1cEPnMrha1avE=
Received: 
        by sail-ipv4.us-core.com (OpenSMTPD) with ESMTPSA id 79007b4b (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO)
        for <help@patchwise.org>;
        Mon, 11 Mar 2024 03:00:56 +0000 (UTC)
From: Felix Lechner <felix.lechner@lease-up.com>
To: help@patchwise.org
Cc: 
Subject: Welcome to a patch-wise bug tracker
Date: Sun, 10 Mar 2024 20:00:56 -0700
Message-ID: <87a5n5wjyv.fsf@lease-up.com>
MIME-Version: 1.0
Content-Type: text/plain

Hi,

This website hopes to unify some email-based practices for software
contributions using patches.  The service is currently vaporware.

We hope to combine the best features of Debbugs [1] Mumi [2] Public
Inbox [3] and others, while adding novel ideas of our own.

Please send patches to this account for now, i.e. help@patchwise.org.

Kind regards
Felix

[1] https://debbugs.gnu.org/
[2] https://issues.guix.gnu.org/
[3] https://public-inbox.org/README

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: mda tool not delivering
  2024-03-12 13:19 mda tool not delivering Felix Lechner
@ 2024-03-12 19:24 ` Eric Wong
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Wong @ 2024-03-12 19:24 UTC (permalink / raw)
  To: Felix Lechner; +Cc: meta

Felix Lechner <felix.lechner@lease-up.com> 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.

<snip>

> [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 :<

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-12 19:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-12 13:19 mda tool not delivering Felix Lechner
2024-03-12 19:24 ` Eric Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).