BF: remove path from grep call in sendmail-whois-lines.conf Closes: gh-118

pull/104/merge
Yaroslav Halchenko 2013-02-12 08:48:05 -05:00
parent 6004fe7a94
commit 8cf006827e
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ actionban = printf %%b "Subject: [Fail2Ban] <name>: banned <ip>
Here are more information about <ip>:\n
`/usr/bin/whois <ip>`\n\n
Lines containing IP:<ip> in <logpath>\n
`/bin/grep '\<<ip>\>' <logpath>`\n\n
`grep '\<<ip>\>' <logpath>`\n\n
Regards,\n
Fail2Ban" | /usr/sbin/sendmail -f <sender> <dest>