Setting a Return-Path header is improper
-
Hi, I’m the developer for Postman SMTP. One of my users brought an issue to my attention when using Email Users. This plugin is causing server-side failures triggered by the Return-Path header that Email Users sets.
Note that the Return-Path header was the trigger, but not the direct cause of the failure, so no action needs to be taken by you. (The cause is the behaviour of
mail -> setReturnPath
in Zend_Mail) However, if I may quote RFC 5321:When the delivery SMTP server makes the “final delivery” of a message, it inserts a return-path line at the beginning of the mail data. […] A message-originating SMTP system SHOULD NOT send a message that already contains a Return-path header field.
FYI, the fix I made to my plugin necessitates deleting the Return-Path header set by Email Users.
Jason
- The topic ‘Setting a Return-Path header is improper’ is closed to new replies.