A
aps
I have a MS Outlook 2000 SR-1 installed on my Windows2000
PC. I am facing bit strange problem. The problem is, I am
trying to send a mail from Unix Box to Outlook mail but it
got truncated at one perticular line. Let say I am typing
the following command on unix
$mailx -s "test mail" [email protected] <dbareport.log
here dbareport.log file has following lines in it
------
this is a test mail to all DBA users (line1)
begin declare (line 2)
end of report (line 3)
-------
when I received this mail in outlook it got truncated at
line 2, that begin statement. See the begin stmt, there is
a more then one space between 'begin' and 'declare'.
After this analysis I tried to remove the extra space
between 'begin' and 'declare' then it went fine. a full
mail recd. Or if you put a single space before 'begin',
again it worked fine. So I found that outlook has a
special meaning for line starts with 'begin'.
If anyone have the same problem, please let me know. You
can also try the same thing in your env.
Thanks in advance
aps_
PC. I am facing bit strange problem. The problem is, I am
trying to send a mail from Unix Box to Outlook mail but it
got truncated at one perticular line. Let say I am typing
the following command on unix
$mailx -s "test mail" [email protected] <dbareport.log
here dbareport.log file has following lines in it
------
this is a test mail to all DBA users (line1)
begin declare (line 2)
end of report (line 3)
-------
when I received this mail in outlook it got truncated at
line 2, that begin statement. See the begin stmt, there is
a more then one space between 'begin' and 'declare'.
After this analysis I tried to remove the extra space
between 'begin' and 'declare' then it went fine. a full
mail recd. Or if you put a single space before 'begin',
again it worked fine. So I found that outlook has a
special meaning for line starts with 'begin'.
If anyone have the same problem, please let me know. You
can also try the same thing in your env.
Thanks in advance
aps_