1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
Description: Adjust filter-file path in config
Index: leafnode-1.11.8/config.example
===================================================================
--- leafnode-1.11.8.orig/config.example 2010-05-13 21:29:35.000000000 +0200
+++ leafnode-1.11.8/config.example 2012-04-06 09:06:36.000000000 +0200
@@ -248,7 +248,7 @@
## If you want to filter out certain regular expressions in the header,
## create a "filterfile" (how this is done is explained in the README)
## and set
-# filterfile = /etc/leafnode/filters
+# filterfile = /etc/news/leafnode/filters
## Note that filtering usually means HEAD and BODY are downloaded
## separately, so fetchnews has to wait for the packets TWICE to travel
|