Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision 8e5dc27e239b30d231697830fd888167706116ff)
+++ Jenkinsfile	(revision 7c36bc9f84bde2b2d03c692b000cde8d05685fa9)
@@ -229,5 +229,5 @@
 """ + Tools.GitLogMessage()
 
-		def email_to = !Settings.IsSandbox ? "cforall@lists.uwaterloo.ca" : "tdelisle@uwaterloo.ca"
+		def email_to = "cforall@lists.uwaterloo.ca"
 
 		if( Settings && !Settings.Silent ) {
@@ -281,5 +281,4 @@
 	public final Boolean Publish
 	public final Boolean Silent
-	public final Boolean IsSandbox
 	public final String DescLong
 	public final String DescShort
@@ -340,5 +339,4 @@
 		}
 
-		this.IsSandbox          = (branch == "jenkins-sandbox")
 		this.RunAllTests        = param.RunAllTests
 		this.RunBenchmark       = param.RunBenchmark
