If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > PHP > Safe to turn off referrer checking in mailforms?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-21-03, 15:45
wendy_hayashi wendy_hayashi is offline
Registered User
 
Join Date: Aug 2003
Posts: 1
Safe to turn off referrer checking in mailforms?

Hi, I'm currently working on installing a mailing form - there is an option that verifies where users send their forms from and blocks those who did not send the form from my domain.

But the problem is, this also blocks users who do not accept cookies from their browsers, use firewall or other programs that would prevent websites from tracking where they are coming from.

So I'm thinking of turning that 'checking referrer' option off, but at the same time, I'm also a little worried about security problems which would arise if I do. Just a side note, the mailbox in which the forms are sent to has already been specified in the script, not in the HTML form, so I assume that whether the form is sent from my domain or else where will still be directed to my mailbox. What harm could be done anyway? ..besides possible junk mails to my mailbox?

Anyhow, with my minimum knowledge on servers, I'm probably missing out a lot.. It'd be great if any Gurus out there can offer me some suggestions on this security thing. Thanks so much in advance.
Reply With Quote
  #2 (permalink)  
Old 08-27-03, 18:18
Shores Shores is offline
Registered User
 
Join Date: Aug 2003
Location: Bologna - Italy
Posts: 209
I'm not a true guru, but if, as you say, the destination address cannot be selected by the user, the only risk is that, as you said, you can get spam in that mailbox, that's all.

It would be a problem if the user can select the destinatio, but that is not the case.

A different problem is to have your SMTP server not relaying mail from other domains, but that is a configuration duty of your hoster, not yours.
__________________
The only failure is not trying to do it.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On