Index: /trunk/src/sh_nmail.c
===================================================================
--- /trunk/src/sh_nmail.c	(revision 272)
+++ /trunk/src/sh_nmail.c	(revision 273)
@@ -76,6 +76,4 @@
       while (item)
 	{
-	  fprintf(stderr, "FIXME check %s %s\n", str, sh_string_str(item->recipient));
-
 	  if (0 == strcmp(sh_string_str(item->recipient), str))
 	    return -1;
@@ -110,5 +108,4 @@
 
       SH_MUTEX_LOCK_UNSAFE(mutex_listall);
-      fprintf(stderr, "FIXME intern %s\n", str);
       if (0 == check_double(str, all_recipients, S_TRUE))
 	{
@@ -117,5 +114,4 @@
       new->all_next       = all_recipients;
       all_recipients      = new;
-      fprintf(stderr, "FIXME intern end\n");
       SH_MUTEX_UNLOCK_UNSAFE(mutex_listall);
     }
@@ -199,10 +195,5 @@
       if (0 == check_double(new, alias_list, S_FALSE))
 	{
-
-	  fprintf(stderr, "FIXME LIST %s\n", p);
-
 	  array = split_array_list(p, &nfields, lengths);
-
-	  fprintf(stderr, "FIXME LIST %d\n", nfields);
 
 	  if (array && nfields > 0)
@@ -232,11 +223,7 @@
 		  for (i = 0; i < nfields; ++i)
 		    {
-		      fprintf(stderr, "FIXME LIST(%d) %s\n", lengths[i], array[i]);
-		      
 		      if (lengths[i] > 0 && 
 			  0 == check_double(array[i], newalias->recipient_list, S_FALSE))
 			{
-			  fprintf(stderr, "FIXME add %s\n", array[i]);
-			  
 			  newalias->recipient_list = 
 			    add_recipient_intern(array[i], newalias->recipient_list);
@@ -353,10 +340,4 @@
     }
 
-  if (alias)
-    {
-      fprintf(stderr, "FIXME %s, %s, %s\n", alias, 
-	      (rcv->mail_filter) ? "filtered" : "NULL", message);
-    }
-
   return 1;
 }
@@ -614,6 +595,4 @@
   reset_list(fifo_mail);
 
-  fprintf(stderr, "FIXME Compiled\n");
-
   /* Compiled recipients. These share threshold and filter,
    * hence only the first recipient needs to be tested.
@@ -650,6 +629,4 @@
 	}
     }
-
-  fprintf(stderr, "FIXME Aliases\n");
 
   /* Aliases
@@ -691,5 +668,4 @@
 	    while (lnew)
 	      {
-		fprintf(stderr, "FIXME %s\n", sh_string_str(lnew->recipient));
 		lnew->send_mail = 1;
 		lnew= lnew->next;
@@ -726,6 +702,4 @@
   }
 
-
-  fprintf(stderr, "FIXME Single\n");
 
   /* Single recipients
