Re: Mail::Send question

2003-08-01 Thread Wiggins d'Anconia
Camilo Gonzalez wrote: Wiggins d'Anconia wrote: Scot Robnett wrote: Is there any way to force Mail::Send to accept a "From" name, as opposed to simply sending and using the hostname by default? I don't see anything in the docs about setting the "From" field in the headers. (of course, I can ju

Re: Mail::Send question

2003-08-01 Thread Camilo Gonzalez
Wiggins d'Anconia wrote: Scot Robnett wrote: Is there any way to force Mail::Send to accept a "From" name, as opposed to simply sending and using the hostname by default? I don't see anything in the docs about setting the "From" field in the headers. (of course, I can just open a pipe to sendm

RE: Mail::Send question

2003-08-01 Thread Scot Robnett
That did the trick. Thanks! Scot R. inSite -Original Message- From: Wiggins d'Anconia [mailto:[EMAIL PROTECTED] Sent: Friday, August 01, 2003 7:59 PM To: Scot Robnett Cc: [EMAIL PROTECTED] Subject: Re: Mail::Send question Scot Robnett wrote: > Is there any way to force Mail::Send to ac

Re: Mail::Send question

2003-08-01 Thread Wiggins d'Anconia
Scot Robnett wrote: Is there any way to force Mail::Send to accept a "From" name, as opposed to simply sending and using the hostname by default? I don't see anything in the docs about setting the "From" field in the headers. (of course, I can just open a pipe to sendmail, but I want to see if ther

Mail::Send question

2003-08-01 Thread Scot Robnett
Is there any way to force Mail::Send to accept a "From" name, as opposed to simply sending and using the hostname by default? I don't see anything in the docs about setting the "From" field in the headers. (of course, I can just open a pipe to sendmail, but I want to see if there's a way to pull t

RE: AS400 and Comsoft

2003-08-01 Thread Dennis Stout
> > Somebody is not using a very friendly mailinglist client. It's pretending > > this is a newsgroup, which is tricking things up... > > Are you talking about me? I'm the one that replied to your op. > > I have outlook express account that points to nntp.perl.org. There is > software that emails

Re: AS400 and Comsoft

2003-08-01 Thread Todd W.
"Dennis Stout" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Somebody is not using a very friendly mailinglist client. It's pretending > this is a newsgroup, which is tricking things up... Are you talking about me? I'm the one that replied to your op. I have outlook express acco

RE: Help Re-writing my if statement

2003-08-01 Thread Chris Mortimore
Gidday All, I would like to write this if statement better by combining the two elsif conditions. if( !&check_url ){ print 'The Referrer '.$ENV{'HTTP_REFERER'}.' is not allowed to access this cgi-script!'; } elsif( !&check_email( $data{'toAddress'} ) ){ print 'An email cannot be sent ' . $d

Re: Script for random images -- problem

2003-08-01 Thread David Gilden
Thanks, for your help, I did print out: $PICTURE_PATH = path_translated(); $PICTURE_URL = path_info(); print header; print $PICTURE_PATH, "\n"; print "$PICTURE_URL"; # solved the problem by grabbing the last part of the path $PICTURE_URL =~ m#(.+/?)+(/\w+)#; print "\nNEW:$2"; ... snip.

Re: Flock Test...

2003-08-01 Thread zentara
On Wed, 30 Jul 2003 02:14:45 +0500, [EMAIL PROTECTED] (Sara) wrote: >What could be the simplest test to check 'flock' working on your server or not? > >except for writing to support team of host ::)) > >Thanks for any input. Start the following script in 2 different terminals or xterms simultaneou