summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/auto5
-rw-r--r--scripts/auto5
2 files changed, 8 insertions, 2 deletions
diff --git a/contrib/auto b/contrib/auto
index 21a0b64a9..28436d183 100644
--- a/contrib/auto
+++ b/contrib/auto
@@ -16,7 +16,10 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-# To use, set the following in your main.cf file:
+"""Automatically send a message to a mailing list.
+"""
+
+# To use with Postfix, set the following in your main.cf file:
#
# recipient_delimiter = +
# luser_relay = mm+$user@yourdomain.com
diff --git a/scripts/auto b/scripts/auto
index 21a0b64a9..28436d183 100644
--- a/scripts/auto
+++ b/scripts/auto
@@ -16,7 +16,10 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-# To use, set the following in your main.cf file:
+"""Automatically send a message to a mailing list.
+"""
+
+# To use with Postfix, set the following in your main.cf file:
#
# recipient_delimiter = +
# luser_relay = mm+$user@yourdomain.com