[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [leafnode-list] Re: still not succeeding showing filtered



Werner Partner <kairos@xxxxxxxxxxx> writes:

> It was the "1" which was missed.
> But nevertheless - with e.g. "33" there are shown the relevant filters,
> but not the killed postings.
> How do I get protokolled the filtered postings?

Please try this patch and let me know if it helps:

Index: fetchnews.c
===================================================================
RCS file: /var/CVS/leafnode-2/fetchnews.c,v
retrieving revision 1.112
diff -u -r1.112 fetchnews.c
--- fetchnews.c	19 Jan 2003 17:43:48 -0000	1.112
+++ fetchnews.c	7 Mar 2003 03:56:22 -0000
@@ -848,6 +848,8 @@
 
 	    if (filtlst && killfilter(filtlst, mastr_str(s))) {
 		groupkilled++;
+		ln_log(LNLOG_SDEBUG, LNLOG_CARTICLE,
+			"filtered out article %s", artno);
 		/* filter pseudoheaders */
 		mastr_delete(s);
 		goto next_over;


-- 
Matthias Andree
leafnode-1 download: http://sourceforge.net/projects/leafnode/
leafnode-1 docs/new: http://mandree.home.pages.de/leafnode/
leafnode-2 homepage: http://mandree.home.pages.de/leafnode/beta/

-- 
leafnode-list@xxxxxxxxxxxxxxxxxxxxxxxxxxxx -- mailing list for leafnode
To unsubscribe, send mail with "unsubscribe" in the subject to the list