Closed (fixed)
Project:
Forward
Version:
5.x-1.9
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Jan 2009 at 21:30 UTC
Updated:
17 Nov 2009 at 22:40 UTC
As it stands now the forward module will not work well with restrictive ISP's who require the from address not be an unknown (out of domain) address. The proper formation should be that the from is always from your site and the reply-to is the person who sent the forward. This will ensure the messages get through various spam blocks, etc. as well as more restrictive ISP's.
The attached patch accomplishes this.
Users who need this, may also find the following fix for the contact module helpful:
http://drupal.org/node/366238#comment-1228416
| Comment | File | Size | Author |
|---|---|---|---|
| forward-proper-from-replyto.patch | 424 bytes | Chad_Dupuis |
Comments
Comment #1
ferrangil commentedThis is working just great for Drupal 5.
Thank you very very much!
Comment #2
Chad_Dupuis commentedFor d6 you would do add the following to the bottom of forward.module
Similar from reply-to settings for the overall contact form is here:
http://drupal.org/node/366238#comment-1597554
Comment #3
seanrFixed in both branches. Releases will be out later tonight.