Closed (works as designed)
Project:
Feedback
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
24 Feb 2005 at 19:51 UTC
Updated:
26 Feb 2005 at 23:18 UTC
Hi. On my site http://portal.wikinerds.org I saw in the log that somebody wrote a message to me visa the Feedback module (4.5.0). I never received it. I want to read this message, but the only info I have is the name of the person who wrote it, the subject and his or her IP address. i was unsuccessful in trying to find that person via Google. So, what can I do to read the lost message? And why it got lost? Could it be because I had enabled the "verify email address" option?
Comments
Comment #1
kbahey commentedThis module logs all ATTEMPTS to send messages, regardless of whether they are successful or not.
The person could have tried to send you a message but did not enter their email or left the subject blank or something. This will get logged, but no message will be sent to the site admin.
Comment #2
nsk commentedok, but how can I find the lost message? logically the message text should be saved somewhere, if not by the module it should be by the apache server, right?
Comment #3
kbahey commentedNo, it does not save this info anywhere.
This is transient info, taken from the web form, and handed over to the mail server.
Apache does not store any info, it just serves the info.
Comment #4
kbahey commentedCross reference to the other problem http://drupal.org/node/17972 where there is an explanation for what logging is.