Pavel Kosina wrote: > René Berber napsal(a): >> ... >> >> as you can see in regex.py: FAILED_ENTRY_REGEX2 which looks like a >> subset of yours, the result is that both will hit. >> > > Well, I just note another thing: in regex.py there are 7 of > FAILED_ENTRY_REGEX. But in my /var/log/denyhosts there seems to be None: > > 2008-05-04 06:25:08,245 - prefs : INFO FAILED_ENTRY_REGEX: > [None] > 2008-05-04 06:25:08,245 - prefs : INFO FAILED_ENTRY_REGEX2: > [None] > 2008-05-04 06:25:08,245 - prefs : INFO FAILED_ENTRY_REGEX3: > [None] > 2008-05-04 06:25:08,245 - prefs : INFO FAILED_ENTRY_REGEX4: > [None] > 2008-05-04 06:25:08,246 - prefs : INFO FAILED_ENTRY_REGEX5: > [None] > 2008-05-04 06:25:08,246 - prefs : INFO FAILED_ENTRY_REGEX6: > [None] > 2008-05-04 06:25:08,246 - prefs : INFO FAILED_ENTRY_REGEX7: > [None] > > Might it be something wrong in my denyhosts.conf?
No, that is normal, the INFO lines show any of the built-in regexes you may have overrided. The original ones are not shown. -- René Berber ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Denyhosts-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/denyhosts-user
