>>>>> "JA" == James Abbatiello <[EMAIL PROTECTED]> writes:
JA> Since upgrading to 2.6 I'm seeing this in my log occasionally: JA> denyhosts : ERROR regex pattern ( User (?P<user>.*) not allowed JA> because not listed in AllowUsers ) is missing 'host' group Looks like this can happen if FAILED_ENTRY_REGEX7 matches; from deny_hosts.py: try: host = m.group("host") except: error("regex pattern ( %s ) is missing 'host' group" % m.re.pattern) continue My feeble understanding of Python tells me that this error is harmless, but then I don't see the point of that regex anyway because there's no way to extract a hostname to block from it. JA> Anyone else having this problem? Nothing on any of my servers, but I don't use AllowUsers on any Internet-facing hosts. - J< ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Denyhosts-user mailing list Denyhosts-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/denyhosts-user