Index: branches/stable/cgi-bin/IPDB.pm
===================================================================
--- branches/stable/cgi-bin/IPDB.pm	(revision 508)
+++ branches/stable/cgi-bin/IPDB.pm	(revision 509)
@@ -837,4 +837,6 @@
   my ($action,$subj,$message) = @_;
 
+  return if $domain eq 'example.com';	# no point being obnoxious if we're still stuck with defaults.
+
 ##fixme: need to redesign the breakdown/processing for $action for proper handling of all cases
 
Index: branches/stable/cgi-bin/MyIPDB.pm
===================================================================
--- branches/stable/cgi-bin/MyIPDB.pm	(revision 508)
+++ branches/stable/cgi-bin/MyIPDB.pm	(revision 509)
@@ -29,4 +29,5 @@
 # Set some globals declared in IPDB.pm.  Most of these only affect mailNotify().
 # Note that while you *can* leave these at defaults, it's probably a Really Bad Idea.
+# Also note that mail will silently not happen if at least smtphost and domain are not set.
 #$IPDB::org_name = "Example Corp";
 #$IPDB::smtphost = '127.0.0.1';
