Fixes the problem of bad email 'Return-Path' header settings which prevent email bounce backs going to the sender
of the email.

Details

Most mail servers appear to over-write any 'Return-path' headers sent by the PHP mail() function.

The 'Return-Path' value is used by some mail servers to send bounce back emails. A lot of web hosting companies send emails out with a return-path email based on the account name Apache runs as on the server, e.g. apache@example.com or nobody@example.com

One solution is to define the -f sendmail parameters in the php.ini 'sendmail_path'.

This is no good when running a single Apache instance with PHP as there is only one php.ini and you need to specify different return addresses for each domain.

This module resolves the problem by parsing out the return-path set by Drupal modules, and passing it to the sendmail binary using the -f option, rather than sending it only in the $headers parameter of the mail() command.

Developed by Ixis

Downloads

Recommended releases

Version Downloads Date Links
6.x-1.0 tar.gz (7.5 KB) | zip (8.74 KB) 2009-Aug-11 Notes
5.x-1.1 tar.gz (7.22 KB) | zip (8.1 KB) 2007-Apr-25 Notes
4.7.x-1.0 tar.gz (7.16 KB) | zip (7.85 KB) 2007-Apr-24 Notes

Development releases

Project Information


Maintainers for Return-Path

  • budda - 18 commits
    last: 1 year ago, first: 5 years ago

Issues for Return-Path

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports
Oldest open issue: 19 Nov 06
nobody click here