I am starting to track down a strange issue with my gpg-mailgate. I can have two emails generated to the same address - be it by cron scripts running in the middle of the night for instance.
One of the messages will be delivered encrypted and the other in plain text. The one in plain-text has the X-GPG-Mailgate header set to Not encrypted, public key not found, which is of course rendered by line 106 in gpg-mailgate.py.
These are emails to the same destination address so clearly the key is found, at least some of the time.
I will gather more log data and see if I can troubleshoot the matter. Has anyone else seen this in their own deployments?
I am starting to track down a strange issue with my gpg-mailgate. I can have two emails generated to the same address - be it by cron scripts running in the middle of the night for instance.
One of the messages will be delivered encrypted and the other in plain text. The one in plain-text has the
X-GPG-Mailgateheader set toNot encrypted, public key not found, which is of course rendered by line 106 in gpg-mailgate.py.These are emails to the same destination address so clearly the key is found, at least some of the time.
I will gather more log data and see if I can troubleshoot the matter. Has anyone else seen this in their own deployments?