about summary refs log tree commit homepage
path: root/public-inbox-mda
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-11-20 01:02:40 +0000
committerEric Wong <e@80x24.org>2015-11-20 01:02:40 +0000
commitf564327fd1e694056a4b13ed398cabd8d0d4c173 (patch)
tree1c24ebf56f203d7476f4dce43b5c5c47625df078 /public-inbox-mda
parenta36e2d3c6f7e5cc1e7aa2b495ad67bbd2b3d709c (diff)
downloadpublic-inbox-f564327fd1e694056a4b13ed398cabd8d0d4c173.tar.gz
Hopefully this gives new hackers a better overview of
how the components relate to each other.
Diffstat (limited to 'public-inbox-mda')
-rwxr-xr-xpublic-inbox-mda2
1 files changed, 2 insertions, 0 deletions
diff --git a/public-inbox-mda b/public-inbox-mda
index df8ca38c..73c4ae1c 100755
--- a/public-inbox-mda
+++ b/public-inbox-mda
@@ -1,6 +1,8 @@
 #!/usr/bin/perl -w
 # Copyright (C) 2013-2015 all contributors <meta@public-inbox.org>
 # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt)
+#
+# Mail delivery agent for public-inbox, run from your MTA upon mail delivery
 use strict;
 use warnings;
 my $usage = 'public-inbox-mda < rfc2822_message';