Commit b01c040e authored by Cool Fire's avatar Cool Fire
Browse files

Fixed missing quote

parent 6e277d00
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -122,7 +122,7 @@ Fail2ban hits:
MESSAGE_END

			# Send out mail
			%x(echo '#{mail}' | mail -s "Abuse from #{ip.to_s}" -c "#{cc_address}" #{abuse_contact}" )
			%x(echo '#{mail}' | mail -s "Abuse from #{ip.to_s}" -c "#{cc_address}" "#{abuse_contact}" )

			# Don't batter our upstram mail servers
			sleep(2)