Summary | message redirect is sent with syntax errro in return-path |
Queue | IMP |
Queue Version | 5.0.11 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | jan (at) horde (dot) org |
Requester | mase (at) alicom (dot) com |
Created | 09/06/2011 (5049 days ago) |
Due | |
Updated | 09/08/2011 (5047 days ago) |
Assigned | 09/08/2011 (5047 days ago) |
Resolved | 09/08/2011 (5047 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | 5.0.12 |
Patch | No |
Resetting the Return-Path header somehow got lost (
Bug #10488).3 files changed, 9 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/ef8c61aa2364ca0c8f068bd0e234b31a79f747d0
reproduce this either. But watching what's going over the wire, I
see that the SMTP MAIL FROM command is sending this duplicate
brackets. Out MTAs seem to be more forgiving though.
me no errors but the result is the same at the end because you get
syntax error from remote smtp that is receiving email. You can try
forward to a gmail.com account for example of the syntax error you
have in smtp delivery.
Resetting the Return-Path header somehow got lost (
Bug #10488).3 files changed, 9 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/ef8c61aa2364ca0c8f068bd0e234b31a79f747d0
State ⇒ Resolved
Assigned to Jan Schneider
State ⇒ Assigned
reproduce this either. But watching what's going over the wire, I see
that the SMTP MAIL FROM command is sending this duplicate brackets.
Out MTAs seem to be more forgiving though.
munging of the Return-Path header).
the same problem (with version 5.0.9) in mailing list:
http://comments.gmane.org/gmane.comp.horde.imp/28533
exim give me this message error in imp when i do redirect:
Failed to set sender: <mailname@doman.com> [SMTP: Invalid response
code received from server (code: 250, response: Reset OK)]
munging of the Return-Path header).
State ⇒ Feedback
Patch ⇒ No
State ⇒ Unconfirmed
Milestone ⇒
Queue ⇒ IMP
Due ⇒ 09/06/2011
Summary ⇒ message redirect is sent with syntax errro in return-path
Type ⇒ Bug
Priority ⇒ 2. Medium
button the email
that is generated as a return-path modified that is not valid.
Esample:
email original return-path:
Return-Path: <mailname@domain.com>
modified return-path when i sent email with redirect option:
Return-Path: <"<mailname"@domain.com>
this, of course, cause Syntax Error with almost every smtp you try to
deliver the message to.