Closed (fixed)
Project:
Queue Mail
Version:
6.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Nov 2010 at 04:30 UTC
Updated:
10 Mar 2011 at 21:51 UTC
As parasolx indicated in the original feature request, the patch doesn't work. The problem is twofold: first $mailkey is never actually initialized in drupal_mail_wrapper; second, the $message object contains the mailkey from drupal_mail with an additional suffix tacked on. The attached patch does the following:
| Comment | File | Size | Author |
|---|---|---|---|
| queue_mail-mailkeyfix.patch | 2.24 KB | jonathan webb |
Comments
Comment #1
rastarr commentedSubscribing - can this patch be verified and rolled into this module please?
Comment #2
parasolx commented+1, its work..
brilliant and kindly to commit into next dev
but i found one thing.
the field is using normal text field which restrict to 255 long
if can exchange to textarea so can insert more mailkey such as logintobaggon module
Comment #3
parasolx commentedComment #4
arski commentedyes, dammit, that's some silly design - creating a field where lots of ids may be entered and then having it limited to 255 chars.. :/
Comment #5
cor3huis commentedBumped, since a solution is provided and only one bug left, Maintainer get the glory of your module having ZERO bugs (Jay!) and integrate this patch. :-)
Comment #6
parasolx commenteddoes this consider as bug? cause the patches already work.
just left to make the field extend from 225 to handle more mailkey.
so i mark this as feature request.
Comment #7
cor3huis commentedYour are right indeed, good catch, thanks!. It would however IMHO it would make sense to have change in main sourcecode.
Comment #8
mcurry commentedCan we get this patch rolled into an official release?
Comment #9
mcurry commentedOops, it appears the original patch to fix the original isseue report is already in the -dev build. Correct?
I've created an issue (#1072232: queue_mail_key config item limited to 128 characters; should be longer, or a textarea for easier editing) for the length limitation, so we should close this issue if the patch has been applied to the -dev branch. We should continue the length limitation discussion in #1072232: queue_mail_key config item limited to 128 characters; should be longer, or a textarea for easier editing.