Forum Moderators: phranque

Message Too Old, No Replies

How can I be getting Form Mail Spam when I removed the code?

this is a puzzle

         

Lorel

12:28 am on May 2, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I got tired of all the form mail spam so removed the entire form on the page. However I'm still getting email from those attempting to use the form (it cuts it off when they enter a URL).

However, I'm wondering where they are getting the form to reply to when it no longer exists. I removed the code several months ago.

Receptional Andy

12:38 am on May 2, 2008 (gmt 0)



The spam is sent by your form processor, not the form itself.

It's likely that whatever script was the action for your form also needs to be removed (e.g. formail.pl, handler.php and similar)

phranque

1:09 am on May 2, 2008 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



as Receptional Andy implied the spammer has constructed a HTTP POST request of your action script using your old form parameters.

Lorel

3:20 pm on May 2, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I figured that must be it. Thanks!

Lorel

6:43 pm on May 12, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Hmmmm. I'm still getting forn mail and I removed the formmail software from my site. Now I'm really curious as to how they are doing this when there is no code on the page or no software to send the email:

Below is the result of your feedback form. It was submitted by
(********com) on Monday, May 12, 2008 at 09:55:59
---------------------------------------------------------------------------

name: ######

question: We offer <a href

-------------------------------------------------

phranque

12:54 am on May 13, 2008 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



if your script still exists on the server it doesn't really matter if a reference to it exists on a page on your site.
the script is still accessible to the spammer since he already has the information on where it exists and what parameters it uses.
simply fix, remove or block that script.

Lorel

4:36 pm on May 13, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



The software was uninstalled on May 1st and I removed all code off the page months ago.

Receptional Andy

4:49 pm on May 13, 2008 (gmt 0)



I would say the first thing to check is the email headers to confirm that it was your web server that sent the email. If it is, there must be a copy of a form processor lying around somewhere!

phranque

1:31 am on May 14, 2008 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



also the headers may tell you which mailer program or user agent was used to send the email and you can search for that string in files in any web accessible directories.