Closed (works as designed)
Project:
Reroute Email
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Aug 2009 at 18:01 UTC
Updated:
1 Dec 2017 at 16:52 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
kbahey commentedGo ahead and submit a patch for it.
Comment #2
buckley commentedI would also like to be able to BCC the mails
Comment #3
moritzz commentedHere you go; There's a new option in the settings for silent BCC.
Note that this patch is for the 1.0 release.
Comment #4
deekayen commentedJust a few minor things:
The standard capitalizing for "E-Mail" is "e-mail" in Drupal core.
The
} else {format should have a new line after the first bracket, before the else.The watchdog call assigns the t(), third parameter variables to
$variablesinstead of just stating the array. I don't think you need the variable assignment in the parameters. I'd also maybe set that watchdog to be at WATCHDOG_INFO level.Comment #5
univate commentedReally cool idea.
Comment #6
buckley commentedThanks moritzz ! This is a useful feature to have. Hope it gets into an official release soon
Comment #7
moritzz commentedHere we go with the changes suggested by deekayen. I did not switch to the dev release, because there is a new feature added there I do not need. I am open to port this patch to dev, if the author wishes or the changes made in dev get into a later final release.
Comment #8
kbahey commentedAny changes that go in has to be against the -dev release, because of what you said : there are new changes in it and your patch cannot be applied as is.
So, re-roll the patch against -dev, change the version and set it to needs review, and hopefully someone will test it. Once it is confirmed working I will do a code review and then commit it.
Comment #9
dydave commentedHi guys,
Thank you so much for all the work on this issue.
This is just a quick comment, as I was going through the issue queue, it seems this has issue has been abandoned for a while and there hasn't been any activity for almost three years now.
As I was going through the previous comments in this issue, it seems that the patch from #7, wasn't accepted because of coding standards and incompatibility with the version/branch, at the time.
But it also appears that @kbahey would have been ready to consider the feature request to be part of the module at some point, if it met the standards and development process from the community.
It was never re-rolled, but if it had been, @kbahey would perhaps have committed it after going through the testing/reporting process.
Which brings the following questions:
Would anybody be ready to pick this feature request where it was left (at #7)?
Would anybody be interested in re-rolling the patch, porting it to the 7.x-1.x branch or further discussing this issue?
Patches, comments, feedbacks, reviews or questions would certainly be highly appreciated.
Feel free to let us know if you would have any questions, further comments, issues, suggestions, objections or concerns on any aspects discussed in this ticket, I would be glad to help moving this foward.
Thanks to all in advance for your replies, comments and feedback.
Cheers!
Comment #10
garphyCross referencing #1722572: What happens if it's enabled with no email added? as I think that the default behavior of the module when the address list is empty has some impact on the way we should handle that issue.
Regarding this issue, shouldn't we handle that with an option that determine if mail targeted to whitelisted address should still have a copy rerouted or not ?
Also, has we have promising work on #1571500: Separate the recipient (list) from the address whitelist. Add domain whitelist., do we need a separated recipient list for the silent Bcc feature or should we reuse the same list ?
Final tough OTOH : is that feature really belonging to the scope of this module ? We're not rerouting mail here, we're sending (shadow) copy of them. Maybe this is a job for maillog or a new module.
Comment #11
garphyFirst attempt of rerolling/rewriting things for 7.x-1.x.
Comment #12
bohartHi, @all!
The age of this issue is more than 8 years already.
As we can see, there is no big agiotage around it :)
In general, I totally agree with @garphy. We discuss adding BCC to all outgoing email:
this considered feature isn't belonging to the scope of this module.
I'm gonna to mark this one as `Closed (works as designed)`.
Please reopen otherwise.
Thanks!