Re: [SM-USERS] Problems reading html email created my M$ software

2003-07-31 Thread Seth Randall
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

Re: [SM-USERS] Problems reading html email created my M$ software

2003-07-31 Thread Arild Jensen
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: >

Re: [SM-USERS] Problems reading html email created my M$ software

2003-07-31 Thread Seth Randall
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\-_]");

Re: [SM-USERS] Problems reading html email created my M$ software

2003-07-30 Thread pdontthink
> 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

[SM-USERS] Problems reading html email created my M$ software

2003-07-30 Thread Arild Jensen
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