Needs review
Project:
Email Field
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Nov 2011 at 09:15 UTC
Updated:
24 Oct 2018 at 14:09 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
moloc commentedHere is the patch.
Note: I moved the submit-form into the actions array. So they get a default #weight of 100 by drupal and mollom is able to place a message between the form-elements and the submit-button.
Comment #2
prossel commentedI applied (manually) the changes proposed by Moloc in #1 and found no problem. I could then add the email contact form to the list of Mollom controlled forms.
Thank you Moloc for the patch.
The patch does not seem to be included in current dev version.
I propose the patch to be properly reviewed and included in current dev version, ready for next release.
Comment #3
Anonymous (not verified) commentedI also tested the patch (applied cleanly) and found that it worked, allowing me to use Mollom to protect the email contact form.
However, I think we need to test whether it protects all email contact forms, or allows you to protect forms on an email field-by-field basis (I would imagine it'd be better to allow you to select which email contact forms you want protected...).
Comment #4
Poieo commented@mh86 - I assume there is a reason this hasn't been added. Can you provide some insight as to why?
It's kinda ironic that the email form is primarily used to prevent publicly displaying an email address for the purposes of avoiding spam. But, we can't protect the form itself from spam.
I'm sure there is a good reason why...any input would be helpful!
Comment #5
danon1981 commentedApplied patch #1 to 7.x-1.2 and have mollom check enabled now.
Comment #6
danon1981 commentedThe mollom support for the email field(form) is great, but I ran into the issue of the 'report as inappropriate' message that gets added to the email message. When the receiver of the e-mail message replies to the message this notification and the report link is sent on to someone not ment to file a report.
Comment #7
mh86 commentedPatch from #1 still looks good. I haven't used Mollom so far but I agree that it makes sense to add support.
I'm interested in what danon1981 mentioned. Is there a way to remove this link in the sent mail, and if so, should we remove it or does it even make sense to have a 'report as inappropriate' link there?
Comment #8
mh86 commentedComment #9
dandaman commentedTried putting this patch on a website. It does include a "Report as inappropriate" link so that whomever receives the e-mail can tell them whether it was spam or not. The client whose website it was, since this is only used to send to staff, just sent out an e-mail to all the staff detailing how it worked. So this patch works for me. Looks like if you removed the following line it should not include "Report" link in the e-mail:
Comment #10
nsjski commentedThe patch and #9 work nicely for me. The patch was posted 3 years ago now... could it be moved into the main module code please?
Comment #11
eshta commentedHi there - I'm one of the Mollom maintainers and I happened to see this recently due to a request in our own issue queue regarding this module. I'm happy to help if there are any lingering questions. @danaman is correct that the "mail ids" are what you want to adjust to control the email behavior.
The following is from the Mollom API docs:
http://cgit.drupalcode.org/mollom/tree/mollom.api.php#n329
Comment #12
Poieo commentedRegarding the report as inappropriate link, the same is true for the Contact module. If someone replies to the email they receive from the contact form, the report as inappropriate link is in that email as well.
For consistency, it makes sense to leave it there so spam can get reported and let the reply sender delete it before replying if necessary.
Would like to see this get committed.
Comment #13
nancydruMollom is no longer supported.