Loading scraper.rb +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading Loading
scraper.rb +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading