On Fri, 16 Nov 2007, Jacek Wieczorek wrote: > I'm writing cause we think we have found some kind of issue. > > When we recieved email from one of the biggest Polish email company > (www.onet.pl > ), we have noticed, that ezMail have problems with recogniting > headers, here is example:
[snip: example] > When we changed regular expressions in files: > - ezcMailDeliveryStatusParser (line 77) > - ezcMailPartParser (line 175) > - ezcMailStorageSet (line 150) > > from: > > preg_match_all( "/^([\w-_]*): (.*)/", $line, $matches, PREG_SET_ORDER ) > > to: > > preg_match_all( "/^([\w-_]*):[ \t](.*)/", $line, $matches, > PREG_SET_ORDER ), > > all headers have been recognized well. > > It's possible that onet.pl generate non-standard headers, but maybe > onet.pl is not the only one. Could you file an issue for this please? Otherwise we might forget about it, and that would be a pity. You can find our issue tracker at http://issues.ez.no. regards, -- Derick Rethans eZ components Product Manager eZ systems | http://ez.no -- Components mailing list [email protected] http://lists.ez.no/mailman/listinfo/components
