diff contrib/amime-receive/mlmmj-amime-receive @ 748:dfc9ab125fd4

Fix spelling of 'receive' and 'voodoo'; make mlmmj-recieve a symlink
author Chris Webb
date Sun, 03 Oct 2010 21:40:42 +1100
parents edfd37c7ec4c
children
line wrap: on
line diff
--- a/contrib/amime-receive/mlmmj-amime-receive	Mon Sep 27 10:59:35 2010 +1000
+++ b/contrib/amime-receive/mlmmj-amime-receive	Sun Oct 03 21:40:42 2010 +1100
@@ -2,12 +2,12 @@
 # 
 # mlmmj-amime-receive
 #
-# Take mail from stdin, pipe it through altermime and then to mlmmj-recieve
+# Take mail from stdin, pipe it through altermime and then to mlmmj-receive
 # needed to add footers in a MIME-aware way
 #
 # requires altermime, see http://www.pldaniels.com/altermime/
 #
-# just replace mlmmj-recieve (sic) with mlmmj-amime-receive, e.g. in /etc/aliases:
+# just replace mlmmj-receive with mlmmj-amime-receive, e.g. in /etc/aliases:
 # myml:   "|/usr/bin/mlmmj-amime-receive -L /var/spool/mlmmj/myml/"
 #
 # put the footer-text for the different MIME-types into 
@@ -20,12 +20,12 @@
 # Licensed under MIT License, see LICENSE file coming with mlmmj
 #
 
-MLMMJRECIEVE=/usr/bin/mlmmj-recieve
+MLMMJRECEIVE=/usr/bin/mlmmj-receive
 ALTERMIME=/usr/bin/altermime
 
 # check executables
-if ! [ -x $MLMMJRECIEVE ]; then
-    echo "can't find $MLMMJRECIEVE executable, aborting"
+if ! [ -x $MLMMJRECEIVE ]; then
+    echo "can't find $MLMMJRECEIVE executable, aborting"
     exit 1
 fi
 
@@ -86,4 +86,4 @@
 cd $MLPATH
 
 # pipe the calls
-$ALTERMIME --input=- ${PARAM} | $MLMMJRECIEVE "$@"
+$ALTERMIME --input=- ${PARAM} | $MLMMJRECEIVE "$@"