Closed (fixed)
Project:
Mailhandler
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Nov 2007 at 21:50 UTC
Updated:
7 Aug 2008 at 00:42 UTC
Jump to comment: Most recent file
Comments
Comment #1
moshe weitzman commentedouch - this will prevent error emails from going out it seems.
Comment #2
moshe weitzman commentedi went and fixed this without any testing. hope i got it right. it can't be any more broken. note that 6.x is not affected.
Comment #3
acrollet commentedseems to work for me now - this issue was affecting my site...
thanks,
Adrian
Comment #4
mfbThe Drupal 6 branch *is* affected by this. Although it needs a different patch for http://api.drupal.org/api/function/drupal_mail/6
In my testing on d6, the error message was sent out to scores of invalid email addresses, with each word in the message considered a "To" address (most of them on the server's local domain) and an empty subject and body.
Comment #5
moshe weitzman commentedmy fixes were to d6. are you sure you are using a version after my fixes? someone reported that hey did work.
Comment #6
mfbAccording to http://drupal.org/cvs?commit=125745 the fix was on d5. I attached a patch for d6.
Comment #7
mfbBy the way this patch is a bit larger than it needs to be; I removed some newlines (\n) from the translatable strings since wrapping and concating of body sections can now be done by core mail functions. If it's important to avoid changing translatable strings I could reroll this.
Comment #8
moshe weitzman commentedAt first glance, this looks good. I will review and commit soon.
Comment #9
moshe weitzman commentedCommitted without any changes or testing. Please report back success or failure. Code looks good.
Comment #10
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.