Hello All.<br>
I am new to perl and have been trying to get an autoresponding script with sendmail on a Linux box at first i got the script to work but it would only work with web-based mail and kept sending the emails back in an unreadable html format on non-web based mail (see below)<br>
<br>
You wrote:<br>
<br>
>This is a multi-part message in MIME format.<br>
><br>
>------=_NextPart_000_0099_01BF09C2.F1DF9390<br>
>Content-Type: text/plain;<br>
> charset="utf-7"<br>
>Content-Transfer-Encoding: 7bit<br>
><br>
>test<br>
><br>
>------=_NextPart_000_0099_01BF09C2.F1DF9390<br>
>Content-Type: text/html;<br>
> charset="utf-7"<br>
>Content-Transfer-Encoding: quoted-printable<br>
><br>
><!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN"><br>
><HTML><br>
><HEAD><br>
><br>
><META content=text/html;charset=utf-7 =<br>
>http-equiv=Content-Type><br>
><META content='"MSHTML 4.72.3110.7"' =<br>
>name=GENERATOR><br>
></HEAD><br>
><BODY bgColor=#ffffff><br>
><DIV><FONT color=#000000 =<br>
>size=2>test</FONT></DIV></BODY></HTML><br>
><br>
>------=_NextPart_000_0099_01BF09C2.F1DF9390--<br>
<br>
the problem here being it would send back what the sender had written but the respond message was not there. So after much searching i found a module that would allow me to create email messages in MIME format i thought great problem solved. I managed to install the module after bumbling about and then set to work on trying to mdify the script. Firstly i perl could not find the object method which i managed to solve through trial and error, but once again i have run into a brick wall with this error<br>
<br>
Can't modify concatenation in scalar assignment at /usr/local/mailback/mailback.pl line 100, near "
;"<br>
Execution of /usr/local/mailback/mailback.pl aborted due to compilation errors.<br>
554 "¦ perl /usr/local/mailback/mailback.pl"... unknown mailer error 255<br>
<br>
can anyone help me with this or at least point me in the direction of something on the web that might help me with writing an autoresponder of my own<br>
Thanks in advance for any help<br>
<br>
<br>
I am new to perl and have been trying to get an autoresponding script with sendmail on a Linux box at first i got the script to work but it would only work with web-based mail and kept sending the emails back in an unreadable html format on non-web based mail (see below)<br>
<br>
You wrote:<br>
<br>
>This is a multi-part message in MIME format.<br>
><br>
>------=_NextPart_000_0099_01BF09C2.F1DF9390<br>
>Content-Type: text/plain;<br>
> charset="utf-7"<br>
>Content-Transfer-Encoding: 7bit<br>
><br>
>test<br>
><br>
>------=_NextPart_000_0099_01BF09C2.F1DF9390<br>
>Content-Type: text/html;<br>
> charset="utf-7"<br>
>Content-Transfer-Encoding: quoted-printable<br>
><br>
><!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN"><br>
><HTML><br>
><HEAD><br>
><br>
><META content=text/html;charset=utf-7 =<br>
>http-equiv=Content-Type><br>
><META content='"MSHTML 4.72.3110.7"' =<br>
>name=GENERATOR><br>
></HEAD><br>
><BODY bgColor=#ffffff><br>
><DIV><FONT color=#000000 =<br>
>size=2>test</FONT></DIV></BODY></HTML><br>
><br>
>------=_NextPart_000_0099_01BF09C2.F1DF9390--<br>
<br>
the problem here being it would send back what the sender had written but the respond message was not there. So after much searching i found a module that would allow me to create email messages in MIME format i thought great problem solved. I managed to install the module after bumbling about and then set to work on trying to mdify the script. Firstly i perl could not find the object method which i managed to solve through trial and error, but once again i have run into a brick wall with this error<br>
<br>
Can't modify concatenation in scalar assignment at /usr/local/mailback/mailback.pl line 100, near "
Execution of /usr/local/mailback/mailback.pl aborted due to compilation errors.<br>
554 "¦ perl /usr/local/mailback/mailback.pl"... unknown mailer error 255<br>
<br>
can anyone help me with this or at least point me in the direction of something on the web that might help me with writing an autoresponder of my own<br>
Thanks in advance for any help<br>
<br>
<br>