Displaying 1 result from an estimated 1 matches for "iconnor".
Did you mean:
connor
2006 Mar 05
0
Converted tattle.pl to ruby - anyone want to be a tester?
...uot;=")[1]
attacker.lines << line
@off[record] = attacker
end
end
}
end
}
@off
end
end
class Notifier < ActionMailer::Base
def send_report( offender )
# Email header info MUST be added here
@recipients = "iconnor@projectlounge.com"
@from = "iconnor@projectlounge.com"
@subject = "Breach of AUP: " + offender.rhost
# Email body substitutions go here
@body["lines"] = offender.lines
@body["email"] = offender.abuse
end
end
class Attacker
req...