]> Sergey Matveev's repositories - public-inbox.git/blobdiff - script/public-inbox-mda
config: support "inboxdir" in addition to "mainrepo"
[public-inbox.git] / script / public-inbox-mda
index 2655a6c5ed064aad67b97f0c575a3212cde68344..dea49dc547820616ad88a53d0bd2e39b91ab34f1 100755 (executable)
@@ -51,7 +51,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;