Closed (fixed)
Project:
Mime Mail
Version:
7.x-1.0-alpha2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Sep 2012 at 21:09 UTC
Updated:
21 Jul 2013 at 08:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
shaneonabike commentedI also increased the status since I think it is pretty major that the return-path is not being setup properly. It means that most emails being sent my simplenews using this module are actually being marked as spam by google and other agents.
Comment #2
kienan commentedThis is a tiny patch which takes the last part of the address, exploded from a ' ' as the subject in the preg_match() which follows. Ideally I think the function here should parse the email address as something closer to rfc-compliant, however this will solve the problem in many cases. Emails of the form "a person"@domain.tld will break this patch.
Comment #3
sgabe commentedI would rather just fix the regex pattern.
Comment #4
sgabe commentedTest added.
Comment #5
sgabe commentedPatch committed to both branches.