Hello.
We're running Proxmox Mail Gateway 8.0.7 and it works well, except that we don't seem to be able to whitelist false positive spam. The "whitelist" button or link on quarantined mail does not prevent future quarantines.
A typical example is mail from notifications@github.com to sysadmins@ravenbrook.com which is quarantined even though notifications@github.com is on the user's whitelist as a result of clicking the "whitelist" link in the quarantine interface. We have similar problems with other unrelated combinations.
Note that in this case we have the following line in the logs:
and this suggests that the "whitelist" link might be adding or matching the wrong address. For this particular mail, the "From" header is
Any suggestions as to how to debug this problem?
Many thanks.
We're running Proxmox Mail Gateway 8.0.7 and it works well, except that we don't seem to be able to whitelist false positive spam. The "whitelist" button or link on quarantined mail does not prevent future quarantines.
A typical example is mail from notifications@github.com to sysadmins@ravenbrook.com which is quarantined even though notifications@github.com is on the user's whitelist as a result of clicking the "whitelist" link in the quarantine interface. We have similar problems with other unrelated combinations.
Note that in this case we have the following line in the logs:
2023-12-29T12:59:34.950832+00:00 mail-gateway postfix/qmgr[115597]: D39FE315DC: from=<noreply@github.com>, size=5428, nrcpt=1 (queue active)
and this suggests that the "whitelist" link might be adding or matching the wrong address. For this particular mail, the "From" header is
From: Name Withheld <notifications@github.com>
so the envelope from does not match the From header. Is the whitelist button adding the wrong one?Any suggestions as to how to debug this problem?
Many thanks.