Re: [PATCH] sloppy mime parsing patch
"Ritesh Shah" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <00b901c2fcf9$f2d8b5a0$200310ac@ritesh> |
Hi Aarno, In which group should I put strict-parsing=no. Regards Ritesh ----- Original Message ----- From: "Aarno Syvänen" <[email protected]> To: <[email protected]> Sent: Monday, April 07, 2003 3:50 PM Subject: [PATCH] sloppy mime parsing patch > Hi List, > > This is patching changing Kannel mime parsing so that it > accepts lf instead of crlf as a separator, but only if this is > configured (strict-parsing=no). > > I send the patch, because Paul vetoed the first one. Now > he can check does this one work properly. > > Patch has three parts: > > a) Kannel read configuration directive strict-parsing and > parses mime multipart accordingly. > b) test_ppg accepts binary content and sends mime > content with different separators (crlf or lf). > c) There are two new octstr functions. > > aarno > >