You Gents need to do the following...

Change all occurances of line like this...

1) $email_results = `imailcgi suberror.txt -t $Email -f
[EMAIL PROTECTED] -s "List Error"` ;

to something like...

1) $email_results = "imailcgi suberror.txt -t $Email -f
program_alias\@your.domain -s \"List Error\"" ;
2) system($email_results);

Notes:
a) the \ prior to the @
b) the \ priot to the " when surrounded by double quotes
c) the use of the system function call instead of the ` (tick mark)

Should work like a charm!

-----Original Message-----
From: Grant Griffith <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Thursday, January 20, 2000 12:57 PM
Subject: Re: [IMail Forum] This is probably redundant but here goes....


>Welcome to our world!!!  Dustin and myself racked our brains on this for a
couple of weeks, to no avail!  I wrote a VB App that does this, but have
came accross a bug that Support is looking into.  I have not heard back from
them today.  I am pretty sure it is something that will be repaired in a
future release!  I will update the list when I know more.
>
>Grant Griffith
>
>
>---------- Original Message ----------------------------------
>From: "Phil" <[EMAIL PROTECTED]>
>Date: Thu, 20 Jan 2000 12:33:33 -0800
>
>>I have downloaded the HTML form discussion lists subscription forms and
have installed them according to the instructions to perfection.
>>
>>It does not work.
>>
>>I have been looking into it and though I would be smart and run the
perl.exe subscribe1.pl from the DOS line to see if there were any errors.
>>
>>There were
>>
>>C:\>C:\Perl\bin\perl.exe C:\IMAIL\Web\cgi\subscribe1.pl
>>In string, @imail now must be written as \@imail at
C:\IMAIL\Web\cgi\subscribe1.pl line 51, near "$Email -f subscribe@imail"
>>Execution of C:\IMAIL\Web\cgi\subscribe1.pl aborted due to compilation
errors.
>>
>>Each time I ran the program from DOS it gave me a new line, and I changed
each one according.
>>
>>It still did not work
>>
>>I have now changed back the script to the original context and am pulling
my hair out trying to figure this out.
>>I can't be this stupid... but must be...
>>
>>I am desperate and in your hands...
>>
>>Please help?
>>
>>
>>Phil Williams ([EMAIL PROTECTED])
>>
>>
>>
>>Please visit http://www.ipswitch.com/support/mailing-lists.html
>>to be removed from this list.
>>
>Please visit http://www.ipswitch.com/support/mailing-lists.html
>to be removed from this list.
>

Please visit http://www.ipswitch.com/support/mailing-lists.html 
to be removed from this list.

Reply via email to