• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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