]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Change the way notification mails are sent so people who respond to the
authorFred Drake <fdrake@acm.org>
Fri, 6 Jul 2001 23:45:16 +0000 (23:45 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 6 Jul 2001 23:45:16 +0000 (23:45 +0000)
update announcements do not get bounces from trying to send mail to my
laptop, which has an identity crisis due to constant relocation.

Doc/tools/push-docs.sh

index 822b7d7bd65fab1cb6a7076fde4e2987c9b424ac..26af1aa3de34151e86fa9b4ba9c5c4d4d87e150c 100755 (executable)
@@ -66,7 +66,11 @@ PACKAGE="html-$RELEASE.tar.bz2"
 scp "$PACKAGE" tools/update-docs.sh $TARGET/ || exit $?
 ssh python.sourceforge.net tmp/update-docs.sh $DOCTYPE $PACKAGE '&&' rm tmp/update-docs.sh || exit $?
 
-Mail -s "[$DOCLABEL doc updates]" $ADDRESSES <<EOF
+sendmail $ADDRESSES <<EOF
+To: $ADDRESSES
+From: "Fred L. Drake" <fdrake@acm.org>
+Subject: [$DOCLABEL doc updates]
+
 The development version of the documentation has been updated:
 
     http://python.sourceforge.net/$DOCTYPE-docs/