diff options
author | drebs <drebs@leap.se> | 2013-11-07 14:52:20 -0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2013-11-07 14:52:20 -0200 |
commit | 9b8265b2a5f4a19d844b4d0d474e079f3338f68a (patch) | |
tree | e8f1c32e2ad261a25d369212ece176379548146b /changes/feature-4324_prevent-double-encryption-when-relaying | |
parent | 9112713112a05f0de480e43ff5ebc2a17e95b45e (diff) |
Do not encrypt already encrypted mails in SMTP relay.
Diffstat (limited to 'changes/feature-4324_prevent-double-encryption-when-relaying')
-rw-r--r-- | changes/feature-4324_prevent-double-encryption-when-relaying | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changes/feature-4324_prevent-double-encryption-when-relaying b/changes/feature-4324_prevent-double-encryption-when-relaying new file mode 100644 index 0000000..a3d70a9 --- /dev/null +++ b/changes/feature-4324_prevent-double-encryption-when-relaying @@ -0,0 +1,2 @@ + o Prevent already encrypted outgoing messages from being encrypted again. + Closes #4324. |