spam-prevention Questions

5

Solved

A year or so ago I decided to stop using the mailto tag because many times it is annoying to the user. It will bring up an email program that the user may not be using at the time, which may also t...
Latex asked 10/11, 2010 at 3:37

3

I have read through the documentation but the difference is still not very clear to me. My understanding is: 1) include: will allow the IPs listed for the specified domain, and also any additional...
Merely asked 6/3, 2013 at 6:27

6

Solved

How do you prevent emails being gathered from web pages by email spiders? Does mailto: linking them increase the likelihood of them being picked up? Is URL-encoding useful? Obviously the best coun...
Palace asked 8/9, 2010 at 1:17

3

Solved

I have a telegram bot that for any received message runs a program in the server and sends its result back. But there is a problem! If a user sends too many messages to my bot(spamming), it will ma...
Cimmerian asked 19/3, 2017 at 11:11

6

I sending emails using PHPMailer and SpamAssassin is tagging it * 3.3 MIXED_ES Too many es are not es What does it mean? What is "es"? How to fix?
Dutcher asked 30/1, 2019 at 21:37

4

Solved

How do we get rid of these spambots on our site? Every site falls victim to spambots at some point. How you handle it can effect your customers, and most solutions can discourage some people fro...
Demetricedemetris asked 25/3, 2016 at 20:17

3

As you may know, Chrome does not support:autocomplete="off", autocomplete="nope", autocomplete="false" or even autocomplete="new-password" any longer. That means, from time to time, I do get repor...
Tellurite asked 11/10, 2018 at 12:27

5

I am trying to verify if an email actually exists by first resolving its dns, then check if the email is valid using the below code: email = [email protected] domain = email.split("@")[-1] ...
Supplicant asked 30/11, 2018 at 16:21

8

Solved

I'm looking for articles on ways to filter spam. When I search around all I keep finding is Wordpress, ways to filter swear words etc which is not what I'm looking for. I'm looking for ways to writ...
Sera asked 7/12, 2011 at 17:10

2

I'm trying to create an email template with the logo at the top however the logo is entirely text based, with a custom layout and font. Something like this: http://3cd.co/image/3M2V2X2q1T0n It's g...
Marisamariscal asked 6/8, 2014 at 20:26

5

Solved

I'm developing a spam detection system and have been alerted to find that it can't detect strings like this - "asdfsdf". My solution to this involves detecting if the previous keys were near the o...
Anthelmintic asked 1/10, 2011 at 15:11

13

Solved

I want to protect my e-mail address on webpages. But I don't know JavaScript and PHP. I know only HTML and CSS. So, please help me how to protect my email address with CSS only.
Phlebotomy asked 29/1, 2014 at 4:14

12

I want to add a simple Contact form to my web site so that customers can contact me easily. <form> NAME <input type='text' name='name' /> EMAIL <input type='text' name='email' /...
Dy asked 9/2, 2010 at 16:4

0

I have a website served via AWS CloudFront. I've been getting a ton of entries in my nginx logs that look something like this: nginx_1 | 103.241.51.144 - - [09/Aug/2020:16:03:08 +0000] "GET /m...
Shellback asked 10/8, 2020 at 14:26

2

Solved

My current honey pot on my registration form is an entry for phone number which is placed off screen using position: fixed;. It tricked a standard breed form filler, but doesn't work as well as I...
Helotism asked 19/10, 2014 at 16:32

13

Solved

How can I detect (with regular expressions or heuristics) a web site link in a string of text such as a comment? The purpose is to prevent spam. HTML is stripped so I need to detect invitations to...
Militarism asked 31/3, 2009 at 5:46

3

Solved

Google has rolled out reCAPTCHA v3. It does away with all the user friction. I wish to use it to secure my site. However, I am unsure about how this is going to protect my site. What if a hacker sp...

4

Solved

By "honeypot", I mean more or less this practice: #Register form <style> .hideme{ display:none; visibility: hidden; } </style> <form action="register.php"> Your email: <i...
Azoth asked 1/9, 2010 at 21:57

1

I am developing a web application with Spring Boot and a React.js SPA, but my question is not specific to those libraries/frameworks, as i assume reporting client-side JS errors to the server (for ...
Ingrate asked 19/3, 2019 at 11:56

10

Has anyone been able to successfully prevent spam on their site without placing a burden on your visitor (e.g. CAPTCHA) and without using a centralized spam reporting system (e.g. Akismet) I've fo...
Placer asked 18/8, 2009 at 21:39

0

I've got a problem with SORBS which still blacklists my IPs via which I send notifications to users (IPs are dedicated Amazon SES IPs). I report every ban in their support platform (support.sorbs.n...
Paine asked 7/12, 2018 at 13:38

4

I have a paypal form on my website which includes my email: <input type="hidden" name="cmd" value="_cart"> <input type="hidden" name="upload" value="1"> <input type="hidden" name="b...
Candlestand asked 30/8, 2018 at 18:26

1

Solved

I am trying to implement some anti-spamming mechanism into my server. I need to know whether req.ip can be faked by the remote hacker in Express.js. Could someone please confirm this with me?
Respite asked 4/7, 2018 at 4:47

6

Solved

Some other website use cURL and fake http referer to copy my website content. Do we have any way to detect cURL or not real web browser ?
Lento asked 4/9, 2012 at 5:59

1

I have a contact form on a website that has been receiving a lot of spam. It is hosting on Github so my methods of server side validation / captcha is quite limited. All fields always had the 'requ...
Chattanooga asked 2/3, 2018 at 17:45

© 2022 - 2025 — McMap. All rights reserved.