looks to have been exported from a Microsoft product which is famous
for putting in a lot of unneed tags and attributes.
Seth.
>
> -Arild
>
>
> - Original Message -
> From: "Seth Randall" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Th
08:38
Subject: Re: [SM-USERS] Problems reading html email created my M$ software
> Looks like SquirrelMail doesn't like the attribute x:num that MS programs
> put in. It's actually an XML namespace attribute. Try changing line 1074
> in functions/mime.php from:
>
Looks like SquirrelMail doesn't like the attribute x:num that MS programs
put in. It's actually an XML namespace attribute. Try changing line 1074
in functions/mime.php from:
$regary = sq_findnxreg($body, $pos, "[^\w\-_]");
to:
$regary = sq_findnxreg($body, $pos, "[^:\w\-_]");
> Arild Jensen wrote :
>> I have problems reading an HTML email created by M$ software:
>>
>> In Outlook Express it looks like this:
>> http://www.counter-attack.com/sm/oe.gif
>>
>> and in SquirrelMail it looks like this:
>> http://www.counter-attack.com/sm/sm.gif
>>
>> I am using SM 1.4.1-2 on RH
I have problems reading an HTML email created by M$ software:
In Outlook Express it looks like this:
http://www.counter-attack.com/sm/oe.gif
and in SquirrelMail it looks like this:
http://www.counter-attack.com/sm/sm.gif
I am using SM 1.4.1-2 on RH 9.
I'll be happy for forward the email in ques