diff -Nur smeserver-fail2ban-0.1.18.old/root/etc/e-smith/templates/etc/fail2ban/jail.conf/45wordpress smeserver-fail2ban-0.1.18/root/etc/e-smith/templates/etc/fail2ban/jail.conf/45wordpress --- smeserver-fail2ban-0.1.18.old/root/etc/e-smith/templates/etc/fail2ban/jail.conf/45wordpress 2019-06-03 00:27:57.264000000 -0400 +++ smeserver-fail2ban-0.1.18/root/etc/e-smith/templates/etc/fail2ban/jail.conf/45wordpress 2019-06-03 00:28:59.724000000 -0400 @@ -29,7 +29,7 @@ backend = polling action = smeserver-iptables[port="$port",protocol=tcp,bantime=$wphbantime] EOF -$OUT .= " smeserver-sendmail[name="Wordpress (hard)",dest=$maildest]\n" +$OUT .= " smeserver-sendmail[name=\"Wordpress (hard)\",dest=$maildest]\n" if ($mail eq 'enabled'); @@ -45,7 +45,7 @@ backend = polling action = smeserver-iptables[port="$port",protocol=tcp,bantime=$wpsbantime] EOF -$OUT .= " smeserver-sendmail[name="Wordpress (soft)",dest=$maildest]\n" +$OUT .= " smeserver-sendmail[name=\"Wordpress (soft)\",dest=$maildest]\n" if ($mail eq 'enabled'); @@ -61,7 +61,7 @@ bantime = $wpxbantime action = smeserver-iptables[port="$port",protocol=tcp,bantime=$wpxbantime] EOF -$OUT .= " smeserver-sendmail[name="Wordpress (xmlrpc)",dest=$maildest]\n" +$OUT .= " smeserver-sendmail[name=\"Wordpress (xmlrpc)\",dest=$maildest]\n" if ($mail eq 'enabled'); }