X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=script%2Fpublic-inbox-mda;h=3ed5abb6d910dfb76b586a5fbd4dfb4ca9dfa024;hp=02ca343163eaf00658b8081f025695f94b6c2e58;hb=6c252b62bef579207ca417939076a9896d8a791b;hpb=77eafbd653d2efac546f2c330d8cf5e84bef2712 diff --git a/script/public-inbox-mda b/script/public-inbox-mda index 02ca3431..3ed5abb6 100755 --- a/script/public-inbox-mda +++ b/script/public-inbox-mda @@ -3,11 +3,21 @@ # License: AGPL-3.0+ # # Mail delivery agent for public-inbox, run from your MTA upon mail delivery +my $help = < \$precheck, 'help|h' => \$show_help) or + do { print STDERR $help; exit 1 }; my $do_exit = sub { my ($code) = shift;