• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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