Author: zax
Date: 2008-04-16 15:23:58 +0200 (Wed, 16 Apr 2008)
New Revision: 1003

Modified:
   trunk/Mix/Src/pool.c
Log:
Add a Debug log message to try and figure out why Newsgroup whitelisting is 
broken


Modified: trunk/Mix/Src/pool.c
===================================================================
--- trunk/Mix/Src/pool.c        2008-04-13 10:44:01 UTC (rev 1002)
+++ trunk/Mix/Src/pool.c        2008-04-16 13:23:58 UTC (rev 1003)
@@ -642,7 +642,10 @@
   buf_clear(addrs);
 
   while (buf_getline(newlinelist, addrs) != -1) {
-    if (doblock(addrs, filter, 0) == 0) res = 0;
+    if (doblock(addrs, filter, 0) == 0) {
+      res = 0;
+      errlog(DEBUGINFO, "Destination %b not allowed.\n", addrs);
+    }
     buf_clear(addrs);
   }
 


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Mixmaster-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mixmaster-devel

Reply via email to