On Thu, 24 Mar 2005, Allen Schmidt wrote:
Traceback (most recent call last):
File "/usr/sbin/redirector.py", line 25, in ?
redirect()
File "/usr/sbin/redirector.py", line 18, in redirect
if mappings.has_key(pooge.group(1)):
AttributeError: 'None' object has no attribute 'group'
2005/03/24 09:34:19| Failed to select source for 'http://206.112.73.250/robots.txt'
2005/03/24 09:34:19| always_direct = 0
2005/03/24 09:34:19| never_direct = 1
2005/03/24 09:34:19| timedout = 0
2005/03/24 09:34:19| WARNING: redirector #1 (FD 6) exited
This error shows up in our cache.log file on occasion.
Then you need to fix your redirector.
I am not a Python expert to tell you what the error in your script is, but you have the line number and what it looks for above..
Regards Henrik