Re: [Perl-unix-users] Please Help with email app

2002-02-26 Thread Jon Shorie
I work for a local government agency as the Network Administrator. I wrote this code as part of a backup application that creates tars of all data files to a backup server and then to a removeable drive. This is a web based interfaced to the copy to removeable drive code. I ran into the same

Re: [Perl-unix-users] Please Help with email app

2002-02-26 Thread Opeyemi . Bakare
I am not sure exactly how to implement this without any code. but forking would be your best bet. fork() is the function name and it is pretty self explanatory... you are creating a child process while the mail script keeps running to completion. You can then have code in the child email th

[Perl-unix-users] Please Help with email app

2002-02-26 Thread Byron Wise
I've written a web based application for our Marketing dept. to use for our members. This app uses an html template that it parses through and replaces special tags with user specific info. We are mailing as many as 10,000 at a time. The script that does this basically just loops through the mem

[Perl-unix-users] Error : unexpected EOF before status line seen

2002-02-26 Thread Bala, Sairam
When I run this script, I get the following error "500 unexpected EOF before status line seen". I have not been able to figure this one out. Did anyone encounter this before? I am using ActivePerl 5.6. Thanks Sai #!/bin/perl -w use LWP; use HTTP::Request::Common; my $ConfirmFile = "c:

[Perl-unix-users] Postfix

2002-02-26 Thread Johnno
Here is a question that i can't seem to work out... :)) I was using sendmail and a script formmail.cgi (Matt's Script Archive) which works with sendmail.. it uses the sendmail -t command etc... I have now changed over to postfix how do i get this script to work with formmail.cgi.. Many Thanks