diff --git a/etc/fail2ban/action.d/mail-ratelimit.conf b/etc/fail2ban/action.d/mail-ratelimit.conf index 73be2c0..46b9d47 100644 --- a/etc/fail2ban/action.d/mail-ratelimit.conf +++ b/etc/fail2ban/action.d/mail-ratelimit.conf @@ -1,6 +1,6 @@ # Fail2Ban configuration file # -# Author: Cyril Jaquier +# Author: Matthew Saunders Brown # # @@ -39,7 +39,7 @@ actionban = printf %%b "Hi,\n \n Regards,\n - Fail2Ban"|mail -s "[Fail2Ban] " + Fail2Ban"|mail -s "[Fail2Ban] " # Option: actionunban # Notes.: command executed when unbanning an IP. Take care that the @@ -54,7 +54,3 @@ actionunban = # Default name of the chain # name = exim-ratelimit - -# Destination/Addressee of the mail -# -dest = postmaster