summaryrefslogtreecommitdiffstats
path: root/Doc/tools
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-07-06 23:45:16 (GMT)
committerFred Drake <fdrake@acm.org>2001-07-06 23:45:16 (GMT)
commitde6dc1e11cacc07089489d334a6cb1c524076e5b (patch)
tree589cc75b0d2dcd46a01844a758077e97995f7e82 /Doc/tools
parent8e0c09da62f01de7fea53acc3550cd796c632dfc (diff)
downloadcpython-de6dc1e11cacc07089489d334a6cb1c524076e5b.zip
cpython-de6dc1e11cacc07089489d334a6cb1c524076e5b.tar.gz
cpython-de6dc1e11cacc07089489d334a6cb1c524076e5b.tar.bz2
Change the way notification mails are sent so people who respond to the
update announcements do not get bounces from trying to send mail to my laptop, which has an identity crisis due to constant relocation.
Diffstat (limited to 'Doc/tools')
-rwxr-xr-xDoc/tools/push-docs.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/Doc/tools/push-docs.sh b/Doc/tools/push-docs.sh
index 822b7d7..26af1aa 100755
--- a/Doc/tools/push-docs.sh
+++ b/Doc/tools/push-docs.sh
@@ -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/