From 3353e2bccb2625ae06472721cfbb8cf53144a255 Mon Sep 17 00:00:00 2001 From: drebs Date: Wed, 15 Apr 2015 14:49:56 -0300 Subject: [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. --- changes/bug_6858_fix-bounces | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug_6858_fix-bounces (limited to 'changes') 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. -- cgit v1.2.3