tags 293794 pending thanks Included in NMU to 10-delayed.
On Wed, Mar 28, 2007 at 06:08:14PM +0200, Robert Millan wrote: > > See attached patch to make nofollow the default, rather than stripping > http://. Also updated URL to google blog to its current location. > > -- > Robert Millan > > My spam trap is [email protected]. Note: this address is only intended > for spam harvesters. Writing to it will get you added to my black list. > --- webalizer-2.01.10/debian/patches/13_add_NoFollow_feature.dpatch~ > 2007-03-28 17:24:53.000000000 +0200 > +++ webalizer-2.01.10/debian/patches/13_add_NoFollow_feature.dpatch > 2007-03-28 17:53:02.000000000 +0200 > @@ -30,7 +30,7 @@ > # that list is genuine. > # > # It would be a nice simple solution if webalizer supported rel=nofollow > -# (http://www.google.com/googleblog/2005/01/preventing-comment-spam.html). If > +# (http://googleblog.blogspot.com/2005/01/preventing-comment-spam.html). If > # this was implemented then the motivation for this spam would quickly > # disappear. Since the links has no real value for calculating page > # value in the first place there seems to be no negatives involved with > getting > @@ -111,7 +111,7 @@ > char *blank_str = ""; /* blank string */ > char *dns_cache = NULL; /* DNS cache file name */ > int dns_children = 0; /* DNS children (0=don't do)*/ > -+int nofollow = 0; /* Referrer Following (2=no)*/ > ++int nofollow = 1; /* Referrer Following (2=no)*/ > > #ifdef USE_GEOIP > int use_geoip = 1; /* Use GeoIP library */ -- Robert Millan The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and how) you may access your data; but nobody's threatening your freedom: we still allow you to remove your data and not access it at all." -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

