[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] RaQ - FormMail Script



Just find this in the script:
# Check Referring URL
&check_url;
 and comment out the call so it looks like this:
# Check Referring URL
# &check_url;

Having said that - look out, check referrers is a security feature.
It would be better to get correct referrer info in there.
I found a couple of customers had moved their websites to other
providers (breaching my copyright) but were still using formmail on my
server. I have modified my formmail script so it forward 40% of their
mail to those guys and trashes the rest (& mail from unknown referrer
gets sent to me).

On Sun, 3 Dec 2000 12:24:23 -0000, "Brandon Keim"
<brandon@xxxxxxxxxxxxxx> wrote:

>Hi,
>
>Does anyone have the old FormMail script from Matt's Script Archive that
>doesn't check the referring URL?  I've got this new script and I don't like
>it because I've created A records for my clients such as cgi.theirdomain.com
>that point to my domain, so when they access
>cgi.theirdomain.com/cgi-bin/FormMail.pl they are really accessing the
>FormMail script off my domain.  That way I don't have to upload formmail to
>all their directories.  But FormMail doesn't like that, and wants me to add
>a referrer for each domain.  But even when I do that it still doesn't work
>(has something to do with the A record).
>
>So if you have the old version of FormMail that would be great if you could
>email it to me...
>
>Thanks,
>Brandon Keim
>WebXonline.com
>
>_______________________________________________
>cobalt-users mailing list
>cobalt-users@xxxxxxxxxxxxxxx
>To Subscribe or Unsubscribe, please go to:
>http://list.cobalt.com/mailman/listinfo/cobalt-users

--