Re: I cannot get JunkBuster to work

2000-07-17 Thread Brad
On Sun, Jul 16, 2000 at 02:50:22AM +0300, Stelios Bounanos wrote:
 
 A note to the original poster: since junkbuster works by matching URLs 
 to regexps in the blockfile, it would probably be more efficient to have 
 wwwoffled forward requests to junkbuster and not the other way around.
 
 Otherwise you download (and cache) the stuff that you don't want to see.

Isn't that backwards? You have Junkbuster forward requests to wwwoffled.
Junkbuster will only make requests for URLs that aren't blocked, so
wwwoffled will never see a request for Junkbuster-blocked URLs.

If wwwoffled requests from junkbuster, then all the Junkbuster This URL
is blocked messages will be cached by wwwoffled...


-- 
  finger for GPG public key.


pgpe8SPJ7TBmK.pgp
Description: PGP signature


Re: I cannot get JunkBuster to work

2000-07-16 Thread bsamuels
** Reply to note from kmself@ix.netcom.com Sat, 15 Jul 2000 10:54:02 -0700

 Generally speaking, you filter through Junkbuster first, then point it
 to your caching proxy.  I chain Junkbuster to squid. 
   
 To do this, point your *browser* to the Junkbuster proxy (port 5865 by
 default), and forward Junkbuster to woffle with the appropriate
 forward entry:
   
 ## Use the Woffle proxy
  *localhost:8080  .   .   # implicit

That is _exactly_ what I needed. Thank you very much.  I now have them working
together nicely both on and off line.

 You also need to specify some sites to block.  What's really nice with
 Junkbuster is that you can use regular expressions to cover a lot of
 ground.

I am now using the sample list supplied with the Junkbuster documentation.  
Seems
to work well.

Thanks again.

Barry Samuels 




I cannot get JunkBuster to work

2000-07-15 Thread Barry Samuels
I have JunkBuster installed on Potato and it is running as a daemon but it
won't filter anything.

I also have Woffle running on port 8080 and that is specified as the proxy
server in Netscape.

I understand that to get JunkBuster to work as well I need to make
appropriate entries in the JunkBuster forward file.  I havn't specified a
specific listening address and I don't understand a word of the
instructions for the forward file.  The examples given don't seem
appropriate to my case.

I have tried a number of different entries in the forward file but none of
them have produced the required result.

Could someone please explain what I need to do.

Barry Samuels



Re: I cannot get JunkBuster to work

2000-07-15 Thread Dave Sherohman
On Sat, Jul 15, 2000 at 11:51:18AM +0100, Barry Samuels wrote:
 I also have Woffle running on port 8080 and that is specified as the proxy
 server in Netscape.

 Could someone please explain what I need to do.

You need to either tell Netscape to use junkbuster as its proxy or tell
woffle to forward requests to junkbuster.  Telling junkbuster to forward
requests to woffle won't have any effect if junkbuster never sees them...

-- 
Two words: Windows survives. - Craig Mundie, Microsoft senior strategist
So does syphillis. Good thing we have penicillin. - Matthew Alton
Geek Code 3.1:  GCS d- s+: a- C++ UL++$ P L+++ E- W--(++) N+ o+
!K w---$ O M- V? PS+ PE Y+ PGP t 5++ X+ R++ tv b+ DI D G e* h+ r++ y+



Re: I cannot get JunkBuster to work

2000-07-15 Thread bsamuels
** Reply to note from [EMAIL PROTECTED] Sat, 15 Jul 2000 10:29:36 -0500

   
  I also have Woffle running on port 8080 and that is specified as the proxy
  server in Netscape.
   
  Could someone please explain what I need to do.
   
 You need to either tell Netscape to use junkbuster as its proxy or tell
 woffle to forward requests to junkbuster.  Telling junkbuster to forward
 requests to woffle won't have any effect if junkbuster never sees them...

Yes I'm sure I do but I still don't know how!

If I change the port number from 8080 in netscape to 8000 then junkbuster does
work but, of course, wwwoffle doesn't.

I realise that the web pages are going to have to either be cached by wwwoffle
and passed through junkbuster to netscape or processed first by junkbuster then
passed on to wwwoffle for caching and thence to netscape.

My level of understanding of this particular process is that if I put 
'localhost'
in one box and '8080' in another then wwwoffle caches my web pages for me.

I would like to continue using woffle and to use junkbuster in addition but the
instructions are going to have to be of the 'put this here' and 'put that there'
type I'm afraid.

Thanks for the reply.

Barry Samuels







Re: I cannot get JunkBuster to work

2000-07-15 Thread kmself
On Sat, Jul 15, 2000 at 11:59:55AM -0400, [EMAIL PROTECTED] wrote:
  I have JunkBuster installed on Potato and it is running as a daemon but it
  won't filter anything.
 
 [snip]
 
 I reported this bug a week ago.  The /etc/cron.weekly/junkbuster and
 /etc/cron.monthly/junkbuster files grab blocklist, imagelist, cookiefile.
 the /etc/junkbuster/config file looks for blockfile and imagefile.  To get
 around this, manually run /etc/cron.(weekly,monthly)/junkbuster and change
 /etc/junkbuster/config to read 
 
 blockfile   /etc/junkbuster/blocklist
 imagefile   /etc/junkbuster/imagelist
 cookiefile  /etc/junkbuster/cookiefile
 
 Then /etc/init.d/junkbuster restart and give it a go.  It should work now.

Current versions of Junkbuster read changes to the blockfile and
cookiefile immediately.  A restart or SIGHUP is only required for
changes to the config file.

-- 
Karsten M. Self kmself@ix.netcom.com http://www.netcom.com/~kmself
 Evangelist, Opensales, Inc.http://www.opensales.org
  What part of Gestalt don't you understand?   Debian GNU/Linux rocks!
   http://gestalt-system.sourceforge.net/K5: http://www.kuro5hin.org
GPG fingerprint: F932 8B25 5FDD 2528 D595 DC61 3847 889F 55F2 B9B0


pgpzCSQCmueI8.pgp
Description: PGP signature


Re: I cannot get JunkBuster to work

2000-07-15 Thread kmself
On Sat, Jul 15, 2000 at 11:51:18AM +0100, Barry Samuels wrote:
 I have JunkBuster installed on Potato and it is running as a daemon but it
 won't filter anything.
 
 I also have Woffle running on port 8080 and that is specified as the proxy
 server in Netscape.

Generally speaking, you filter through Junkbuster first, then point it
to your caching proxy.  I chain Junkbuster to squid. 

To do this, point your *browser* to the Junkbuster proxy (port 5865 by
default), and forward Junkbuster to woffle with the appropriate
forward entry:

## Use the Woffle proxy
 *  localhost:8080  .   .   # implicit

 Could someone please explain what I need to do.

You also need to specify some sites to block.  What's really nice with
Junkbuster is that you can use regular expressions to cover a lot of
ground.


#   Illustrative Blockfile for the Internet Junkbuster
/*.*/adimages.go.com/
/*.*/ads.pl*.*
/*.*/ads/*.*
/ads/
/advert/
/adverts/
a32.g.a.yimg.com
ad*.flycast.com
ad.*.*
adforce.imgis.com
adremote.pathfinder.com
ads*.focalink.com
ads*.zdnet.com
ads.*.*
adserver.*.*
advertising.com
cgi.pathfinder.com/cgi-bin/time/ads
cnet.com/Ads
deja.com/gifs/promo/
doubleclick.net
doubleclick.com
gm.preferences.com
image.pathfinder.com/sponsors*/
images.getrelevant.com/
images.inclusion.net/builder/ad.*
images.zdnet.com/adverts/
images2.nytimes.com/RealMedia/ads
linkexchange.com
netgravity3.economist.com/
sfgate.com/place-ads/
sonar.com
teknosurf*.com
view.avenuea.com/
web2.deja.com/ads/

-- 
Karsten M. Self kmself@ix.netcom.com http://www.netcom.com/~kmself
 Evangelist, Opensales, Inc.http://www.opensales.org
  What part of Gestalt don't you understand?   Debian GNU/Linux rocks!
   http://gestalt-system.sourceforge.net/K5: http://www.kuro5hin.org
GPG fingerprint: F932 8B25 5FDD 2528 D595 DC61 3847 889F 55F2 B9B0


pgpw3sjrw3InD.pgp
Description: PGP signature


Re: I cannot get JunkBuster to work

2000-07-15 Thread Stelios Bounanos
In message [EMAIL PROTECTED] , 
[EMAIL PROTECTED]  was rumoured to have said about 
`` I cannot get JunkBuster to work '': 

  I have JunkBuster installed on Potato and it is running as a daemon but it
  won't filter anything.
 
 [snip]
 
 I reported this bug a week ago.  The /etc/cron.weekly/junkbuster and
 /etc/cron.monthly/junkbuster files grab blocklist, imagelist, cookiefile.
 the /etc/junkbuster/config file looks for blockfile and imagefile.  To get
 around this, manually run /etc/cron.(weekly,monthly)/junkbuster and change
 /etc/junkbuster/config to read 
 
 blockfile   /etc/junkbuster/blocklist
 imagefile   /etc/junkbuster/imagelist
 cookiefile  /etc/junkbuster/cookiefile
 
 Then /etc/init.d/junkbuster restart and give it a go.  It should work now.
 
   Ian
 

A note to the original poster: since junkbuster works by matching URLs 
to regexps in the blockfile, it would probably be more efficient to have 
wwwoffled forward requests to junkbuster and not the other way around.

Otherwise you download (and cache) the stuff that you don't want to see.

Rgds,
sb.

-- 

Stelios Bounanos [EMAIL PROTECTED]
  ..750 years later:
  The Ultimate Answer is 42.
  (next mail will give the Question)




Re: I cannot get JunkBuster to work

2000-07-15 Thread Frank Copeland
Barry Samuels wrote:

I would like to continue using woffle and to use junkbuster in addition but the
instructions are going to have to be of the 'put this here' and 'put that 
there'
type I'm afraid.

In /etc/junkbuster/forwardfile make sure you have something like this at the
very end:

* your.host:8080.   .

This line says forward all requests to your.host port 8080 after
junkbuster is done with them.

Then make sure you have the forwardfile option correctly specified in
/etc/junkbuster/config.

Point your browser at the junkbuster port (8000 I presume).

Frank