Forgot to CC the group: Including:
$email = "[EMAIL PROTECTED]: LONG LIST OF EMAILS\r\nSubject: PILLS\r\n\r\nEMAIL CONTENT\r\n\r\n.\r\n$ENDOFFILE"; On Wed, Feb 11, 2004 at 04:28:12PM -0500, Bob Showalter wrote: > Camilo Gonzalez wrote: > > Eek! I've been told by my ISP that my Perl script to email myself and > > the user of my form the contents on my contact form has been hijacked > > by a spammer. My ISP has been deluged by recipients with complaints. > > Where have I gone wrong? Please be kind, this is a beginners' list > > after all. > > > > ... > > my $email = $cgiobj->param('email'); > > ... > > print SENDMAIL "To: $email, $reply\n"; > > Hint: $email could contain more than just an email address. Think about > it... > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > <http://learn.perl.org/> <http://learn.perl.org/first-response> > > -- Brad Lhotsky <[EMAIL PROTECTED]> -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>