user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
 Warning: Initial query:
 %22import_slrnspool: use ssoma-mda instead%22
 returned no results, used:
 "import_slrnspool: use ssoma-mda instead"
 instead

Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [PATCH] import_slrnspool: use ssoma-mda instead
@ 2015-01-11 11:07  7% Eric Wong
  0 siblings, 0 replies; 1+ results
From: Eric Wong @ 2015-01-11 11:07 UTC (permalink / raw)
  To: meta; +Cc: Eric Wong

Some mailing lists (e.g. git@vger.kernel.org) accept messages
via Bcc: and possibly other things which get rejected by
the strict PublicInbox::Filter rules.  So rely on ssoma-mda
instead.

This prefers a recent revision of ssoma-mda (commit 7fce38e9
onwards) to display subject/author/date information in the
commit message.
---
 scripts/import_slrnspool | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/scripts/import_slrnspool b/scripts/import_slrnspool
index ea7a97b..b3a1b1d 100755
--- a/scripts/import_slrnspool
+++ b/scripts/import_slrnspool
@@ -17,11 +17,10 @@ sub usage { "Usage:\n".join('',grep(/\t/, `head -n 10 $0`)) }
 my $spool = shift @ARGV or die usage();
 my $recipient = $ENV{ORIGINAL_RECIPIENT};
 defined $recipient or die usage();
-my @mda = qw(public-inbox-mda);
 my $config = PublicInbox::Config->new;
 my $cfg = $config->lookup($recipient);
 defined $cfg or exit(1);
-use Data::Dumper; print STDERR Dumper($cfg);
+my @mda = (qw(ssoma-mda -1), $cfg->{mainrepo});
 
 sub get_min {
 	my ($cfg) = @_;
-- 
EW


^ permalink raw reply related	[relevance 7%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2015-01-11 11:07  7% [PATCH] import_slrnspool: use ssoma-mda instead Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

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).