Anonymous Sender Information

Hello All,

We are trying to setup an “anonymous” email account that will remove the name/email information from all incoming mail. (internal and external).

This will be used for a complaint/crime database and we would like to keep the informant as anonymous as possible.

What would be the best way to set this up? Also, do you have any examples of how this may be done.

We initially thought of creating a mail-in database and having an agent forward the mail to an email account but wasn’t for sure on how to remove the name/email information.

Any help would be greatly appreciated.

Thanks in advance!

Subject: Email form from a web page

Hi Dustin

Your best bet I think would be to have a form on a webpage. user could fill it and optionnaly add their email address for return if they want to.

Once done, they click SEND and a message is sent to your Complaint.nsf mailbox. no one know who they are…

Make sure this database accepts messages ONLY from the webpage… Otherwise, you may open SPAM flood.

Jacques

Subject: No guarantee to anonymize email; use a web form

As I pointed out a couple of months ago on your first inquiry, while it is possible to strip SMTP header information from messages received, there is no guarantee you could sanitize/anonymize the message body.

Previous post:

http://www-10.lotus.com/ldd/nd6forum.nsf/55c38d716d632d9b8525689b005ba1c0/917458a92774196885257615006d5548?OpenDocument

Jacques’ suggestion is the right direction: provide a web form for the public to fill out. While he suggests mailing from that form (which would allow the form to be served from any web server platform), another solution would be to expose a Domino server’s HTTP port to the internet so that the form is a native Domino form (xPages if you desire) and the document created directly into your database. Alternately, there are other ways to get the complaint form data from some other web technology into a Domino database without emailing it - Domino web service, DIIOP, Domino web agent and url params, etc.

Subject: Thanks

Thanks Jacques and Jerry.

I couldn’t find my first post and thought I would ask again.