From: Fred Drake Date: Fri, 6 Jul 2001 23:45:16 +0000 (+0000) Subject: Change the way notification mails are sent so people who respond to the X-Git-Tag: v2.2a3~1306 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=de6dc1e11cacc07089489d334a6cb1c524076e5b;p=thirdparty%2FPython%2Fcpython.git 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. --- diff --git a/Doc/tools/push-docs.sh b/Doc/tools/push-docs.sh index 822b7d7bd65f..26af1aa3de34 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 < +Subject: [$DOCLABEL doc updates] + The development version of the documentation has been updated: http://python.sourceforge.net/$DOCTYPE-docs/