Closed (fixed)
Project:
Return-Path
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Apr 2008 at 13:54 UTC
Updated:
31 Jul 2008 at 04:46 UTC
Hello, first, thanks for the module!
It didn't work out of the box though. I noticed that drupal_mail_wrapper() parameters are incorrectly place $headers parameter as the 5th param, while it's the 6th. 5th is $from.
Then, the most important part as well. -f is not only for Return-Path. It's also for MAIL FROM in the SMTP transcript. So its use isn't only with Return-Path. It's generally a good practice. And so I expected that the module would use -f automatically for me and set Return-Path accordingly.
Please review attached a patch which tries to fix these issues.
Thanks,
| Comment | File | Size | Author |
|---|---|---|---|
| returnpath_auto.patch | 2.24 KB | AmrMostafa |
Comments
Comment #1
toemaz commentedTested and confirmed it is working well (on a production website).
Thx for the patch.
I move this up to 'critical' since the current 5.x-1.1 release is just not working out of the box. A shame because such a small but crucial module should be running smoothly.
Comment #2
decipheredThis patch didn't work on my site, I had to change the following line:
To:
As it was returning TRUE from mime-type.
Comment #3
decipheredChanges made in latest 5.x-1.x-dev.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.