git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11135
# use: georgia-tech-cellbuzz.sendmail subject file-to-mail [file-to-attach]
# Don't forget to set the variables 'from' and 'realname' in ~/.muttrc !
-sender="bart.vanassche@gmail.com"
+sender="bvanassche@acm.org"
recipients="valgrind-developers@lists.sourceforge.net"
-#recipients="bart.vanassche@gmail.com"
+#recipients="bvanassche@acm.org"
if [ $# -ge 3 ]; then
gzip -9 <"$3" >"$3.gz"
mutt -s "$1" -a "$3.gz" ${recipients} < "$2"
# use: georgia-tech-cellbuzz.sendmail subject file-to-mail [file-to-attach]
# Don't forget to set the variables 'from' and 'realname' in ~/.muttrc !
-sender="bart.vanassche@gmail.com"
+sender="bvanassche@acm.org"
recipients="valgrind-developers@lists.sourceforge.net"
-#recipients="bart.vanassche@gmail.com"
+#recipients="bvanassche@acm.org"
if [ $# -ge 3 ]; then
gzip -9 <"$3" >"$3.gz"
mutt -s "$1" -a "$3.gz" ${recipients} < "$2"