diff --git a/extra/receiveinfo.php b/extra/receiveinfo.php
index 4bddc24811dd7dd7298e41f05a68d0fd7c25d1f1..2f4319b8f30528993ac5f1d0c7ae7df8c277aece 100644
--- a/extra/receiveinfo.php
+++ b/extra/receiveinfo.php
@@ -10,11 +10,13 @@
 ?>
 <p>Thanks for sending information to us from simpleSAMLphp.</p>
 
+<p>If you sent us metadata and expect us to add the metadata to our test enviornment, you also would need to send us an email to moria-support@uninett.no to explain what is the purpose of the testing, and tell us who you are :).</p>
+
 
 <?php
 
-#$to   = 'andreas.solberg@uninett.no, moria-support@uninett.no';
-$to   = 'andreas.solberg@uninett.no';
+$to   = 'andreas.solberg@uninett.no, moria-support@uninett.no';
+#$to   = 'andreas.solberg@uninett.no';
 
 if (isset($_POST['action'])) {
 	
@@ -69,4 +71,3 @@ mail($to, $subject, $message, $headers);
 }
 
 ?>
-