Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit de6dc1e

Browse files
committed
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.
1 parent 8e0c09d commit de6dc1e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Doc/tools/push-docs.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,11 @@ PACKAGE="html-$RELEASE.tar.bz2"
6666
scp "$PACKAGE" tools/update-docs.sh $TARGET/ || exit $?
6767
ssh python.sourceforge.net tmp/update-docs.sh $DOCTYPE $PACKAGE '&&' rm tmp/update-docs.sh || exit $?
6868

69-
Mail -s "[$DOCLABEL doc updates]" $ADDRESSES <<EOF
69+
sendmail $ADDRESSES <<EOF
70+
To: $ADDRESSES
71+
From: "Fred L. Drake" <[email protected]>
72+
Subject: [$DOCLABEL doc updates]
73+
7074
The development version of the documentation has been updated:
7175
7276
http://python.sourceforge.net/$DOCTYPE-docs/

0 commit comments

Comments
 (0)