|
From: <sv...@va...> - 2010-05-27 10:43:31
|
Author: bart
Date: 2010-05-27 11:43:21 +0100 (Thu, 27 May 2010)
New Revision: 11135
Log:
Updated e-mail address.
Modified:
trunk/nightly/conf/cellbuzz-cross.sendmail
trunk/nightly/conf/cellbuzz-native.sendmail
Modified: trunk/nightly/conf/cellbuzz-cross.sendmail
===================================================================
--- trunk/nightly/conf/cellbuzz-cross.sendmail 2010-05-25 08:45:44 UTC (rev 11134)
+++ trunk/nightly/conf/cellbuzz-cross.sendmail 2010-05-27 10:43:21 UTC (rev 11135)
@@ -3,9 +3,9 @@
# 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="bar...@gm..."
+sender="bva...@ac..."
recipients="val...@li..."
-#recipients="bar...@gm..."
+#recipients="bva...@ac..."
if [ $# -ge 3 ]; then
gzip -9 <"$3" >"$3.gz"
mutt -s "$1" -a "$3.gz" ${recipients} < "$2"
Modified: trunk/nightly/conf/cellbuzz-native.sendmail
===================================================================
--- trunk/nightly/conf/cellbuzz-native.sendmail 2010-05-25 08:45:44 UTC (rev 11134)
+++ trunk/nightly/conf/cellbuzz-native.sendmail 2010-05-27 10:43:21 UTC (rev 11135)
@@ -3,9 +3,9 @@
# 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="bar...@gm..."
+sender="bva...@ac..."
recipients="val...@li..."
-#recipients="bar...@gm..."
+#recipients="bva...@ac..."
if [ $# -ge 3 ]; then
gzip -9 <"$3" >"$3.gz"
mutt -s "$1" -a "$3.gz" ${recipients} < "$2"
|