Message verification fails

Issue #768 resolved
vcordes79 created an issue

Hello,

I just noticed that on one of my piler installations every message fails to verify. I looked into it and found that it is because all mails are forwarded to this address and so the recipient address is in the X-Envelope-To field. The default configuration for the gui is to hide this field, so the message is altered before the digest ist calculated (line 81 in model/search/message.php) - hence verification fails.

For a quick fix I set
$config['HEADER_LINE_TO_HIDE'] = ''; in config-site.php

Volker

Comments (5)

  1. Janos SUTO repo owner

    You are right, and I'm about to come up with a fix. I'll let you know when it's ready to test.

  2. Log in to comment