On Wed, 11 Feb 2004 15:21:24 -0600
Camilo Gonzalez <[EMAIL PROTECTED]> 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.
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 em
Basically, you're allowing a user to specificy an email address as a
recipient. There's no reason for that person to get a copy of the
message. Redirect to a "thank you for message! It has been delivered"
page. I'm not sure but there might be a way to abuse your pipe to
sendmail. I'd strip out
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 beginner
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.
#!/usr/l
> Hi,
>
> and thanks for all the previous suggestions regarding email modules.
Now it turned out that my ISP refuses to let me install *any* additional
Perl module on the server, so I have to use sendmail.
>
Switch ISPs? Sorry this isn't the answer you want. Sorry I can't
provide more help wit
Hi,
Jan Eden <[EMAIL PROTECTED]> wrote:
> and thanks for all the previous suggestions regarding email
> modules. Now it turned out that my ISP refuses to let me
> install *any* additional Perl module on the server, so I have
> to use sendmail.
Well, I'm sure he won't let you install a module i