Index: branches/stable/cgi-bin/main.cgi
===================================================================
--- branches/stable/cgi-bin/main.cgi	(revision 121)
+++ branches/stable/cgi-bin/main.cgi	(revision 122)
@@ -1178,4 +1178,11 @@
     print qq(<div class="center"><div class="heading">The block $webvar{fullcidr} was sucessfully added as type '$webvar{alloctype}' ($disp_alloctypes{$webvar{alloctype}})</div></div>);
 
+    if ($webvar{alloctype} eq 'cn') {
+      # Notify tech@example.com
+      mailNotify('tech@example.com',"$disp_alloctypes{$webvar{alloctype}} allocation",
+	"$disp_alloctypes{$webvar{alloctype}} $cidr allocated to customer $webvar{custid}\n".
+	"Description: $webvar{desc}\n\nAllocated by: $authuser\n");
+    }
+
   } # end static-IP vs netblock allocation
 
