Re: problems with sendmail within a cgi

2002-08-16 Thread Janek Schleicher
T wrote at Fri, 16 Aug 2002 15:27:54 +0200: You change often your name ("No Longer Exists" -> "T") and I'm a little bit afraid to talk too much with schizophrenic person :-( > Janek, > > YAY, that was the problem. So, now it sends it correctly. I am seeing one other >problem now that i > can g

Re: problems with sendmail within a cgi

2002-08-16 Thread t
Janek, YAY, that was the problem. So, now it sends it correctly. I am seeing one other problem now that i can get that to work, i have changed it to my $recipient = $q->param( "recipient" ) =~ /^[\w@\,\-]+$/; print MAIL < wrote: > No Longer Exists wrote at Wed, 14 Aug 2002 21:40:41 +0200: >

Re: problems with sendmail within a cgi

2002-08-16 Thread Janek Schleicher
No Longer Exists wrote at Wed, 14 Aug 2002 21:40:41 +0200: > I have this code that redirects just fine, gives me no > errors, yet will NOT send out the e-mail that is > written within the script. IT is running on a AIX > machine. Anyone have any ideas on how to get the > e-mail to run? i have to r

Re: problems with sendmail within a cgi

2002-08-14 Thread Wiggins d'Anconia
A cursory look at the code appears ok, you are positive that there are no errors given, have you tried running it command line?? What does sendmail's log file look like??? The program may be sending to sendmail, it may not be complaining back immediately, but it might be complaining later and

problems with sendmail within a cgi

2002-08-14 Thread no longer exists
Hello, i have used cgi-lib for awhile, but have just been given the job of securing my companies perl files and have started using cgi.pm plus all the security restrictions and have come across a problem. I have this code that redirects just fine, gives me no errors, yet will NOT send out the e