diff options
author | drebs <drebs@leap.se> | 2015-04-13 15:58:16 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2015-04-13 16:32:52 -0300 |
commit | 14ef3dcce18240b756415fefa2a56936f96a12e9 (patch) | |
tree | 24ce93b023200611555aacf8d98feb78d9e8c21c /changes | |
parent | b0ef529cc882a96903597fb5279919969fa286c3 (diff) |
[bug] fix bounce message recipient
The bounce message was using the original message's "From:" header instead of
the "To:" header to indicate the original recipient. This commit fixes that.
Closes: #6854.
Releases: 0.6.2, 0.7.0
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug_6854_fix-bounce-message-recipient | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug_6854_fix-bounce-message-recipient b/changes/bug_6854_fix-bounce-message-recipient new file mode 100644 index 0000000..417c894 --- /dev/null +++ b/changes/bug_6854_fix-bounce-message-recipient @@ -0,0 +1 @@ + o Fix bounce message recipient. Closes #6854. |