Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP General (http://www.velocityreviews.com/forums/f65-asp-general.html)
-   -   Form mail security (http://www.velocityreviews.com/forums/t801529-form-mail-security.html)

the other john 06-25-2006 06:30 PM

Form mail security
 
I'm having trouble with spammers getting through my mail script. I've
heard of FormMail for php but I need a solution for ASP. Any
suggestions? I don't know how to stop these guys from using my forms
to spam.

Thanks!
John


the other john 06-26-2006 12:06 PM

Re: Form mail security
 
To add to this...

Would this help stop spammers using this?

If Request.ServerVariables("HTTP_REFERER") <>
"http://my_web_form.com/form.asp Then
Respose.Redirect "/SorryCharlie.asp"
Else
'do the form mail thing
End if





the other john wrote:
> I'm having trouble with spammers getting through my mail script. I've
> heard of FormMail for php but I need a solution for ASP. Any
> suggestions? I don't know how to stop these guys from using my forms
> to spam.
>
> Thanks!
> John



Bob Barrows [MVP] 06-26-2006 12:15 PM

Re: Form mail security
 
No. Spammers can easily defeat this as well.

the other john wrote:
> To add to this...
>
> Would this help stop spammers using this?
>
> If Request.ServerVariables("HTTP_REFERER") <>
> "http://my_web_form.com/form.asp Then
> Respose.Redirect "/SorryCharlie.asp"
> Else
> 'do the form mail thing
> End if
>
>
>
>
>
> the other john wrote:
>> I'm having trouble with spammers getting through my mail script.
>> I've heard of FormMail for php but I need a solution for ASP. Any
>> suggestions? I don't know how to stop these guys from using my forms
>> to spam.
>>
>> Thanks!
>> John


--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.



the other john 06-26-2006 12:21 PM

Re: Form mail security
 
Ugh! Ok...any suggestions?

Thanks!


Bob Barrows [MVP] wrote:
> No. Spammers can easily defeat this as well.
>
> the other john wrote:
> > To add to this...
> >
> > Would this help stop spammers using this?
> >
> > If Request.ServerVariables("HTTP_REFERER") <>
> > "http://my_web_form.com/form.asp Then
> > Respose.Redirect "/SorryCharlie.asp"
> > Else
> > 'do the form mail thing
> > End if
> >
> >
> >
> >
> >
> > the other john wrote:
> >> I'm having trouble with spammers getting through my mail script.
> >> I've heard of FormMail for php but I need a solution for ASP. Any
> >> suggestions? I don't know how to stop these guys from using my forms
> >> to spam.
> >>
> >> Thanks!
> >> John

>
> --
> Microsoft MVP -- ASP/ASP.NET
> Please reply to the newsgroup. The email account listed in my From
> header is my spam trap, so I don't check it very often. You will get a
> quicker response by posting to the newsgroup.



Bob Barrows [MVP] 06-26-2006 12:27 PM

Re: Form mail security
 
Maybe CAPTCHA?

the other john wrote:
> Ugh! Ok...any suggestions?
>
> Thanks!
>
>
> Bob Barrows [MVP] wrote:
>> No. Spammers can easily defeat this as well.
>>
>> the other john wrote:
>>> To add to this...
>>>
>>> Would this help stop spammers using this?
>>>
>>> If Request.ServerVariables("HTTP_REFERER") <>
>>> "http://my_web_form.com/form.asp Then
>>> Respose.Redirect "/SorryCharlie.asp"
>>> Else
>>> 'do the form mail thing
>>> End if
>>>
>>>
>>>
>>>
>>>
>>> the other john wrote:
>>>> I'm having trouble with spammers getting through my mail script.
>>>> I've heard of FormMail for php but I need a solution for ASP. Any
>>>> suggestions? I don't know how to stop these guys from using my
>>>> forms to spam.
>>>>
>>>> Thanks!
>>>> John

>>
>> --
>> Microsoft MVP -- ASP/ASP.NET
>> Please reply to the newsgroup. The email account listed in my From
>> header is my spam trap, so I don't check it very often. You will get
>> a quicker response by posting to the newsgroup.


--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.



the other john 06-26-2006 12:50 PM

Re: Form mail security
 
Oh COOL! Checkin' it out now....

I'll be a good poster and show what I'm doing. Can't vouch for it yet,
just looking but for those searching for the same solution....

http://www.u229.no/stuff/Captcha/





Bob Barrows [MVP] wrote:
> Maybe CAPTCHA?
>
> the other john wrote:
> > Ugh! Ok...any suggestions?
> >
> > Thanks!
> >
> >
> > Bob Barrows [MVP] wrote:
> >> No. Spammers can easily defeat this as well.
> >>
> >> the other john wrote:
> >>> To add to this...
> >>>
> >>> Would this help stop spammers using this?
> >>>
> >>> If Request.ServerVariables("HTTP_REFERER") <>
> >>> "http://my_web_form.com/form.asp Then
> >>> Respose.Redirect "/SorryCharlie.asp"
> >>> Else
> >>> 'do the form mail thing
> >>> End if
> >>>
> >>>
> >>>
> >>>
> >>>
> >>> the other john wrote:
> >>>> I'm having trouble with spammers getting through my mail script.
> >>>> I've heard of FormMail for php but I need a solution for ASP. Any
> >>>> suggestions? I don't know how to stop these guys from using my
> >>>> forms to spam.
> >>>>
> >>>> Thanks!
> >>>> John
> >>
> >> --
> >> Microsoft MVP -- ASP/ASP.NET
> >> Please reply to the newsgroup. The email account listed in my From
> >> header is my spam trap, so I don't check it very often. You will get
> >> a quicker response by posting to the newsgroup.

>
> --
> Microsoft MVP -- ASP/ASP.NET
> Please reply to the newsgroup. The email account listed in my From
> header is my spam trap, so I don't check it very often. You will get a
> quicker response by posting to the newsgroup.



the other john 06-26-2006 01:17 PM

Re: Form mail security
 
Incidentally this is what happened. What is it they are doing here?
Would limiting the number of characters in the suject field help? as
you can see they blocked their IP address. thanks!

From: don929@XXXXXXX.net don929@XXXXXXX.net
Date: Sun, 25 Jun 2006 00:01:11 -0400
To: xxxx@xxxxxxxxxxcom
Subject: don929@XXXXXXX.net


MESSAGE SENT FROM XXXXXXX.NET
MESSAGE FROM: don929@XXXXXXX.net
SENDERS EMAIL: don929@XXXXXXX.net
SENDERS IP ADDRESS: a
bcc: KenEvn@aol.com
Content-Type: multipart/alternative;
boundary=ddc847aa92d6c6e1cdc07252e628e393
Subject: to th frantic cheers iv th multichood

--ddc847aa92d6c6e1cdc07252e628e393
Content-Transfer-Encoding: base64
Content-Type: text/plain

YWxsIHRoZSBlbnF1aXJpZXMsIGFuZCBnaXZlbiBhbGwgdGhlIG FkdmljZSBzaGUgdGhvdWdodCBw
cm9wZXIsIGNhbGxlZCBvdXQgdG8gdGhlIHBhcnR5LCB3aG8gd2 VyZSBzdGlsbCBhbXVzaW5nIHRo
ZW1zZWx2ZXMgd2l0aCB0aGUgY29tbXVuaWNhdGl2ZSByaXNobW FuLCBhc3RhLCBiYXN0YSwgY29z
aSBjb21lLCB3ZSBoYXZlIGxvc3QgdGltZSBlbm91Z2ggaG9tcH NvbiwgZ2V0IG9uIHIuIGV4dGVy
LCBwdXQgdXAgdGhlIGhlYWQgb2YgdGhlIGJhcm91Y2hlIGF0

--ddc847aa92d6c6e1cdc07252e628e393--
..

SENDERS COMPUTER INFORMATION: don929@XXXXXXX.net
TIME SENT: 6/25/2006 12:01:11 AM

------MESSAGE IS AS FOLLOWS------

don929@XXXXXXX.net

------END MESSAGE------





the other john wrote:
> Oh COOL! Checkin' it out now....
>
> I'll be a good poster and show what I'm doing. Can't vouch for it yet,
> just looking but for those searching for the same solution....
>
> http://www.u229.no/stuff/Captcha/
>
>
>
>
>
> Bob Barrows [MVP] wrote:
> > Maybe CAPTCHA?
> >
> > the other john wrote:
> > > Ugh! Ok...any suggestions?
> > >
> > > Thanks!
> > >
> > >
> > > Bob Barrows [MVP] wrote:
> > >> No. Spammers can easily defeat this as well.
> > >>
> > >> the other john wrote:
> > >>> To add to this...
> > >>>
> > >>> Would this help stop spammers using this?
> > >>>
> > >>> If Request.ServerVariables("HTTP_REFERER") <>
> > >>> "http://my_web_form.com/form.asp Then
> > >>> Respose.Redirect "/SorryCharlie.asp"
> > >>> Else
> > >>> 'do the form mail thing
> > >>> End if
> > >>>
> > >>>
> > >>>
> > >>>
> > >>>
> > >>> the other john wrote:
> > >>>> I'm having trouble with spammers getting through my mail script.
> > >>>> I've heard of FormMail for php but I need a solution for ASP. Any
> > >>>> suggestions? I don't know how to stop these guys from using my
> > >>>> forms to spam.
> > >>>>
> > >>>> Thanks!
> > >>>> John
> > >>
> > >> --
> > >> Microsoft MVP -- ASP/ASP.NET
> > >> Please reply to the newsgroup. The email account listed in my From
> > >> header is my spam trap, so I don't check it very often. You will get
> > >> a quicker response by posting to the newsgroup.

> >
> > --
> > Microsoft MVP -- ASP/ASP.NET
> > Please reply to the newsgroup. The email account listed in my From
> > header is my spam trap, so I don't check it very often. You will get a
> > quicker response by posting to the newsgroup.



Evertjan. 06-26-2006 02:39 PM

Re: Form mail security
 
the other john wrote on 26 jun 2006 in
microsoft.public.inetserver.asp.general:
> Would this help stop spammers using this?
>
> If Request.ServerVariables("HTTP_REFERER") <>
> "http://my_web_form.com/form.asp Then
> Respose.Redirect "/SorryCharlie.asp"
> Else
> 'do the form mail thing
> End if



Sure, your code will not do any mailing after "Respose".


--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)

the other john 06-26-2006 02:48 PM

Re: Form mail security
 
uh..yea....it was a typo.


can you tell what this guy was trying to do here by the way? I'd
appreciate it, thanks.


Evertjan. wrote:
> the other john wrote on 26 jun 2006 in
> microsoft.public.inetserver.asp.general:
> > Would this help stop spammers using this?
> >
> > If Request.ServerVariables("HTTP_REFERER") <>
> > "http://my_web_form.com/form.asp Then
> > Respose.Redirect "/SorryCharlie.asp"
> > Else
> > 'do the form mail thing
> > End if

>
>
> Sure, your code will not do any mailing after "Respose".
>
>
> --
> Evertjan.
> The Netherlands.
> (Please change the x'es to dots in my emailaddress)



Evertjan. 06-26-2006 03:03 PM

Re: Form mail security
 
the other john wrote on 26 jun 2006 in
microsoft.public.inetserver.asp.general:
> Evertjan. wrote:
>> the other john wrote on 26 jun 2006 in
>> microsoft.public.inetserver.asp.general:
>> > Would this help stop spammers using this?
>> >
>> > If Request.ServerVariables("HTTP_REFERER") <>
>> > "http://my_web_form.com/form.asp Then
>> > Respose.Redirect "/SorryCharlie.asp"
>> > Else
>> > 'do the form mail thing
>> > End if

>>
>>
>> Sure, your code will not do any mailing after "Respose".


[please do not toppost on usenet]

> uh..yea....it was a typo.
>
> can you tell what this guy was trying to do here by the way? I'd
> appreciate it, thanks.


What Guy?
I would not know.
I am no a mind reader.

But more interesting is what you want, methinks.

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)


All times are GMT. The time now is 06:03 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57