Menu

#64 Incorrect regexp for pure-ftpd

open
nobody
None
5
2011-09-29
2011-09-29
No

I'm not sure where this report should go, so I'll try to post it here.

In default configuration filter.d/pure-ftpd.conf contains regexp:
failregex = pure-ftpd(?:\[\d+\])?: (.+?@<HOST>) \[WARNING\] %(__errmsg)s \[.+\]$
It doesn't work. It must be:
failregex = pure-ftpd(?:\[\d+\])?: \(.+?@<HOST>\) \[WARNING\] %(__errmsg)s \[.+\]$
(because hostname is printed in parenthesis by pure-ftpd).

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.