Feature #5
Change php sendmail to indicate source domain
| Status: | Closed | Start date: | 08/17/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 100% |
||
| Category: | - | Spent time: | 2.00 hours | |
| Target version: | 6.1.6 | |||
| Affected version: | Resolution: | Resolved |
Description
This feature is present (addSendmail method) in the code but was turned off (return null). I am wondering why and would like to know if there is anything against it to reactivate it?
Associated revisions
Feature #5 reactivate sendmail domain identification for Apache, change to existing address.
Merge pull request #5 from shakaran/dev
core-ignore-files
History
Updated by Danny Terweij about 2 years ago
Do you have a patch to enable it again?
Updated by Danny Terweij about 1 year ago
- Status changed from New to Closed
- Resolution set to No Feedback
Updated by René Nieuwburg about 1 year ago
I forgot about that. I lived in the illusion that the opensourced code would have it active, but you are right, it remains disabled. We would need to test it before. What about including it in a beta version of 6.1.5?
Updated by René Nieuwburg about 1 year ago
Sendmail documentation says:
-f sender
Set the envelope sender address. This is the address where delivery problems are sent to. With Postfix versions before 2.1, the Errors-To: message header over‐
rides the error return address.
I think we would need to add that address as a valid address or instead of emailcop@ simply use postmaster@, which is a default existing email address anyhow.
Updated by Danny Terweij about 1 year ago
- Status changed from Closed to Reopened
- Assignee set to René Nieuwburg
- Target version set to 6.1.6
- Resolution deleted (
No Feedback)
You can enable it in trunk. Most dev's have a running svn version to test/code with.
Updated by René Nieuwburg about 1 year ago
Just removing the return null did not do it for me here. Isn't /script/fixweb supposed to include this? Here it doesn't.
Updated by René Nieuwburg about 1 year ago
- % Done changed from 0 to 100
patched and merged r461 r462
Updated by René Nieuwburg about 1 year ago
- Resolution set to Resolved
Updated by Danny Terweij 12 months ago
- Status changed from Reopened to Closed
