Closed (works as designed)
Project:
Mail Comment
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
22 Jul 2009 at 22:19 UTC
Updated:
2 Dec 2009 at 18:03 UTC
Jump to comment: Most recent file
Comments
Comment #1
darren.ferguson commentedAttaching the patch with the pertinent issue number per D.O cvs instructions
Comment #2
Ian Ward commentedHi Darren,
Can you explain under what circumstances the "From" header is not filled? For the "Return-Path" I think it's probably best to make any changes like this at a lower level, like in the messaging module. There may be some issues w/ adhering to Sender Policy Framework for web-generated email (http://www.openspf.org/Best_Practices/Webgenerated) depending on what a site's site_mail is set to. That said, there could be problems further upstream, like from your example of apache@localhost as the return-path, which is happening because the mail server is not configured properly. Could you post back more details about the circumstances and example of the problematic headers?
Thanks,
Ian
Comment #3
Ian Ward commentedAs a note to my last post - the messaging module is already setting the Return-Path based on the site_mail variable (see messaging.mail.inc).
Comment #4
Ian Ward commentedSwitch to mailcomment project. Mail2web is now known as "mailcomment" due to a trademark issue with the name mail2web.
Comment #5
gregglesSeems like this is "by design" based on comment #2 and #3 since messaging module already provides that.