Index: branches/stable/cgi-bin/main.cgi
===================================================================
--- branches/stable/cgi-bin/main.cgi	(revision 407)
+++ branches/stable/cgi-bin/main.cgi	(revision 408)
@@ -892,7 +892,7 @@
 	: "</div>");
       # Notify tech@example.com
-      mailNotify('tech@example.com',"ADDED: $disp_alloctypes{$webvar{alloctype}} allocation",
-	"$disp_alloctypes{$webvar{alloctype}} $msg allocated to customer $webvar{custid}\n".
-	"Description: $webvar{desc}\n\nAllocated by: $authuser\n");
+#      mailNotify('tech@example.com',"ADDED: $disp_alloctypes{$webvar{alloctype}} allocation",
+#	"$disp_alloctypes{$webvar{alloctype}} $msg allocated to customer $webvar{custid}\n".
+#	"Description: $webvar{desc}\n\nAllocated by: $authuser\n");
     } else {
       my $netblock = new NetAddr::IP $webvar{fullcidr};
@@ -906,7 +906,7 @@
 		qq(">Add this netblock to RADIUS user table</a></div>)
 	: "</div>");
-      mailNotify('nocmgr@example.com',"ADDED: $disp_alloctypes{$webvar{alloctype}} allocation",
-	"$disp_alloctypes{$webvar{alloctype}} $webvar{fullcidr} allocated to customer $webvar{custid}\n".
-	"Description: $webvar{desc}\n\nAllocated by: $authuser\n");
+#      mailNotify('nocmgr@example.com',"ADDED: $disp_alloctypes{$webvar{alloctype}} allocation",
+#	"$disp_alloctypes{$webvar{alloctype}} $webvar{fullcidr} allocated to customer $webvar{custid}\n".
+#	"Description: $webvar{desc}\n\nAllocated by: $authuser\n");
     }
     syslog "notice", "$authuser allocated '$webvar{fullcidr}' to '$webvar{custid}' as ".
@@ -1225,6 +1225,6 @@
   # If we get here, the operation succeeded.
   syslog "notice", "$authuser updated $webvar{block}";
-mailNotify('nocmgr@example.com',"SWIPed: $disp_alloctypes{$webvar{alloctype}} $webvar{block}",
-	"$webvar{block} had SWIP status changed to \"Yes\" by $authuser");
+#mailNotify('nocmgr@example.com',"SWIPed: $disp_alloctypes{$webvar{alloctype}} $webvar{block}",
+#	"$webvar{block} had SWIP status changed to \"Yes\" by $authuser");
   open (HTML, "../updated.html")
 	or croak "Could not open updated.html :$!";
@@ -1403,10 +1403,10 @@
 	" $custid, $city, desc='$description'";
     # Notify tech@ when a block/IP is deallocated
-    mailNotify('tech@example.com',"REMOVED: $disp_alloctypes{$webvar{alloctype}} $webvar{block}",
-	"$disp_alloctypes{$webvar{alloctype}} $webvar{block} deallocated by $authuser\n".
-	"CustID: $custid\nCity: $city\nDescription: $description\n");
-    mailNotify('nocmgr@example.com',"REMOVED: $disp_alloctypes{$webvar{alloctype}} $webvar{block}",
-	"$disp_alloctypes{$webvar{alloctype}} $webvar{block} deallocated by $authuser\n".
-	"CustID: $custid\nCity: $city\nDescription: $description\n");
+#    mailNotify('tech@example.com',"REMOVED: $disp_alloctypes{$webvar{alloctype}} $webvar{block}",
+#	"$disp_alloctypes{$webvar{alloctype}} $webvar{block} deallocated by $authuser\n".
+#	"CustID: $custid\nCity: $city\nDescription: $description\n");
+#    mailNotify('nocmgr@example.com',"REMOVED: $disp_alloctypes{$webvar{alloctype}} $webvar{block}",
+#	"$disp_alloctypes{$webvar{alloctype}} $webvar{block} deallocated by $authuser\n".
+#	"CustID: $custid\nCity: $city\nDescription: $description\n");
   } else {
     if ($webvar{alloctype} =~ /^.i$/) {
