My spam has started to increase. Recently it has increased exponentially. Yesterday I received 150 spam emails and today I received 175 spam emails. All apparently from the same person/bot all apparently trying to post links.
I notice some anomalies in the headers that exist in the valid vs. the spam emails.
Valid email headers look like this:
CAPTCHA_Postback: true
FirstName: Bob
LastName: Smith
Submit: Form Submission
comments: Blah, Blah, Blah
email:
persons name@gmail.com
securityCode: 87PF3
submit: submit
------------------------------
-----------------------------------
This e-mail was generated from a form submission on your website: my correct website name.com at 2/14/2009 9:57:06 AM
While the spammer email always looks similar to this:
FirstName: Kir
LastName: Arnie
SubmitCase: Form Submission
comments:(a bunch of link spam appears here)
email:
various bogus names@various bogus email addresses.com
submit: submit
------------------------------
-----------------------------------
This e-mail was generated from a form submission on your website: my correct website name.com at 2/14/2009 1:27:09 PM
Of particular interest is that:
1. the "CAPTCHA_Postback: true" statement is missing from all the spam
2. valid emails come in showing: "Submit: Form Submission" while spams all say "SubmitCase: Form Submission"
3. the "securityCode:" message and number are missing from all the spams.
I must be doing something wrong, can you help me figure out how to fix this?
Thanks in advance!
rkeener2