git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27927
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
# only N days worth
# TODO: Send email to wxPython-dev?
- cat <<EOF | mail -s "New test build uploaded" robin@alldunn.com
+ DATE=`date`
+ TO=wxPython-dev@lists.wxwidgets.org
+
+ cat <<EOF | /usr/sbin/sendmail $TO
+From: R'bot <rbot@wxpython.org>
+To: $TO
+Subject: New test build uploaded
+Date: $DATE
+
Hi,
A new test build of wxPython has been uploaded to starship.
Have fun!
R'bot
-EOF
+EOF
exit 0
fi