Aacckk!

2002-04-05 Thread Moonlit Submit
Hi, I need the following subroutine to NOT use sendmail -t. How the heck do I do that> I paid a gazillion dollars to have this script made and it is hogging resources...aacc! Lisa sub dosend{ print $q->header; &checklogin; &getdate; &header; if ($banner eq

Simple, Quick Syntax Question

2002-04-05 Thread Moonlit Submit
Hi, I receive this error when using what's below that someone told me to use: syntax error at members.cgi line 589, near ") sendmail" Is there something I can do easily to fix it? Thanks,Lisa # my %email = ( Server => 'smtp_server_name', To

RE: Simple, Quick Syntax Question

2002-04-05 Thread Moonlit Submit
I Did, and now I get this: Software error: Undefined subroutine &main::sendmail called at members.cgi line 589. it also doesn't appear to be sending. Lisa >From: "Timothy Johnson" <[EMAIL PROTECTED]> >To: "'Moonlit Submit'" <[EMAIL PROTECT

Re: bounceback filter script

2002-04-05 Thread Moonlit Submit
Hi, Try the one attached. Do you know how to write this correctly? I want it to use mail::sender. Thanks, Lisa # sub dosend{ print $q->header; &checklogin; &getdate; &header; if ($banner eq "yes") {&banner1;} if($subject eq ""){print qq|You forgot to enter a subject! try

Re: bounceback filter script

2002-04-06 Thread Moonlit Submit
Hello, Someone from this group gave me that snippet. I apologize for sending the whole thing, I am new and thought maybe the whole thing needed to be looked at to tell how to code it. I am VERY new lol. But I didn't write that code. It was someone named Chas I believe. I am trying to use Mail::S

Re: bounceback filter script

2002-04-06 Thread Moonlit Submit
Hi, Now I'm getting this error: Content-type: text/html Software error: Server error: 503 5.0.0 Need RCPT (recipient) How do I fix that? Lisa >From: "Jenda Krynicky" <[EMAIL PROTECTED]> >To: "Moonlit Submit" <[EMAIL PROTECTED]>, >[EM