• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Signed mail pkcs7

G

gregnvision

Guest
Hi,

I found something that i think is a bug in imp

a customers receive a signed s/mime mail but it is not shown in IMP. We found an error about header and body split.
So we search about it and find a function in /usr/share/psa-horde/pear/Mail/mimeDecode.php line 388 in the _splitBodyHeader

Made a change in /usr/share/psa-horde/pear/Mail/mimeDecode.php

if (preg_match("/^(.*?)\r?\n\r?\n?(.*)/s", $input, $match)) {

before change // if (preg_match("/^(.*?)\r?\n\r?\n(.*)/s", $input, $match)) {

So with this change it works fine but i would not this change cause trouble in IMP, so posted in Horde bug tracker but it is not a Horde file.

Is it a plesk file and does this change sould cause trouble in IMP ?
 
Hi.

It is the file from psa-horde package:
# rpm -qf /usr/share/psa-horde/pear/Mail/mimeDecode.php
psa-horde-3.1.4-fc4.build82070706.15

SWsoft uses their own patched Horde so you should try to contact them through [email protected].
 
Back
Top