[CIMC-work] second response on blocking spammer

Ian Bicking ianb at colorstudy.com
Fri Mar 5 20:22:55 PST 2004


On Mar 5, 2004, at 7:15 PM, ChrisGeovanis at aol.com wrote:
> my main plea in this debate is that we NOT set up structures that 
> would allow anybody else to, like, use our date to invade someone's 
> privacy. we are still burning our logs, right? and this still means we 
> can't actually count how many hits the site is registering per week, 
> right? (too bad if true, but i'll take no data over 
> privacy-exploitable data in a heartbeat).

We aren't tracking IP addresses, but we are logging hits on the site.  
So we can't see who looked at what, but we can see that someone looked 
at something.  I downloaded the logs a couple days ago and have meant 
to do an analysis to see what kind of traffic we are getting.

I too am a little concerned about tracking IP addresses.  The debug log 
in dada doesn't store plain IP addresses, it encodes them so you can't 
determine the original IP address, and you can block that encoded 
version.  Unfortunately it's not very hard to break the encode, because 
there's a fairly limited number of IP addresses in the world and you 
can just check them all.  We aren't set to debug at that level, so we 
aren't keeping any information, but it's possible to turn the debugging 
up.

   Ian



More information about the Imc-chicago-working mailing list