Hi,
Spammers do 3 things:The INI file means the spammer cannot bypass any rules you set and it means you can protect your email addresses 100%.
- Harvest email addresses from HTML pages (especially forms). Hiding your email addresses with JavaScript doesn't work anymore. Hiding your email addresses with FormMail's AT_MANGLE can work fine, but it isn't perfect because a human being can usually figure out the AT_MANGE string (and, depending on what your AT_MANGLE is, this *might* be possible automatically).
- Try to send email to anyone in the world via your FormMail script. They are now attempting this by interpreting your HTML form. Tectite FormMail is completely invulnerable to this if you set $TARGET_EMAIL correctly. They'll bypass the JavaScript to achieve this. JavaScript does not protect you.
- Try to send you, the website owner, spam using your FormMail script. They'll bypass the JavaScript to achieve this. JavaScript does not protect you.
Bookmarks