• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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