summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2015-04-15 14:49:56 -0300
committerdrebs <drebs@leap.se>2015-04-20 16:12:01 -0300
commit3353e2bccb2625ae06472721cfbb8cf53144a255 (patch)
treec770e6abb250451cdc753836c08e6482b71457c9 /changes
parentae90151c632b376abc2a5bdf76d136b3a3629ea6 (diff)
[bug] implement message bouncing according to RFCs
If we do not adhere to the standads, we may have a lot of problems when bouncing a message. This commit implements a bounce message according to: * RFC 6522 - The Multipart/Report Media Type for the Reporting of Mail System Administrative Messages * RFC 3834 - Do not bounce for unknown or invalid addresses. * RFC 3464 - An Extensible Message Format for Delivery Status Notification. Closes: #6858.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug_6858_fix-bounces1
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug_6858_fix-bounces b/changes/bug_6858_fix-bounces
new file mode 100644
index 0000000..7fb7724
--- /dev/null
+++ b/changes/bug_6858_fix-bounces
@@ -0,0 +1 @@
+ o Implement bouncing as per RFCs 6522, 3834 and 3464. Closes #6858.