| Summary | Signed mail pkcs7 |
| Queue | IMP |
| Queue Version | 4.1.4 |
| Type | Bug |
| State | Not A Bug |
| Priority | 2. Medium |
| Owners | |
| Requester | gregory (at) nvision (dot) lu |
| Created | 12/13/2007 (6540 days ago) |
| Due | |
| Updated | 12/13/2007 (6540 days ago) |
| Assigned | |
| Resolved | 12/13/2007 (6540 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Not A Bug
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Signed mail pkcs7
Queue ⇒ IMP
We made a modification in /usr/share/psa-horde/pear/Mail/mimeDecode.php
line 388 in the _splitBodyHeader function
before : if (preg_match("/^(.*?)\r?\n\r?\n(.*)/s", $input, $match)) {
after if (preg_match("/^(.*?)\r?\n\r?\n?(.*)/s", $input, $match)) {
With this modification the mail is well shown in the webmail
I check the mail and it seem to be good : two blank line beetwen head and body
I hope this code modification would not cause problem in other mail.