X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=script%2Fpublic-inbox-mda;h=584218b54c5a179d9b4adb86e0ef0caabf40f8de;hb=fece7fca6aeac74410a813cffcb0da338017d0ed;hp=9b8753da1877d320bc4fb0f2d32a6d0f208f3066;hpb=37724c7e792ca0e1df9f64cfc17cebf7359ca9f0;p=public-inbox.git diff --git a/script/public-inbox-mda b/script/public-inbox-mda index 9b8753da..584218b5 100755 --- a/script/public-inbox-mda +++ b/script/public-inbox-mda @@ -52,7 +52,7 @@ if (!defined $dst) { } defined $dst or do_exit(67); # EX_NOUSER 5.1.1 user unknown } -$dst->{mainrepo} or do_exit(67); +$dst->{inboxdir} or do_exit(67); $dst = PublicInbox::InboxWritable->new($dst); # pre-check, MDA has stricter rules than an importer might;