--- /usr/lib/python2.4/site-packages/linkcheck/checker/httpurl.py.orig	2005-03-31 07:50:11.000000000 -0600
+++ /usr/lib/python2.4/site-packages/linkcheck/checker/httpurl.py	2005-06-15 08:42:21.000000000 -0500
@@ -73,6 +73,7 @@
         @return: True if access is granted, otherwise False
         @rtype: bool
         """
+        return True
         roboturl = self.get_robots_txt_url()
         user, password = self.get_user_password()
         return self.consumer.cache.robots_txt_allows_url(roboturl, url,
