spam Questions

10

Solved

I want visitors to be able to click on (or copy) an email address directly on my webpage. However, if I could make it (a little bit) harder for bots and other crawlers to get said email address and...
Selma asked 2/9, 2010 at 7:34

2

Solved

I'd like to provide a single-click "Unsubscribe" links in the footer of the emails my service sends. Obviously, many spam scanners will scan emails, and will follow any links found in the...
Shied asked 11/12, 2019 at 8:40

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

12

Solved

I am an amateur web designer, I have searched on stackoverflow.com and other websites and have found many fixes for this issue I'm having, but none of them have worked (probably because I implement...
Solubilize asked 12/4, 2017 at 20:32

3

Solved

I have an English language forum site written in perl that is continually bombarded with spam in Russian. Is there a way using Perl and regex to detect Russian text so I can block it?
Sour asked 9/9, 2009 at 8:2

4

Solved

My MediaWiki site is currently under the spammers attack. I get around 10 spam pages registered daily. What I've I already done: Only users with confirmed emails can create/edit pages. ReCAPTCH...
Universalize asked 19/7, 2011 at 14:17

11

For the purpose of identifying [possible] bot-generated usernames. Suppose you have a username like "bilbomoothof" .. it may be nonsense, but it still contains pronouncable sounds and so appears h...
Dioxide asked 22/7, 2009 at 9:48

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

14

I'm creating a public internet facing website which contains the email address of their salespeople. What kind of programming options do I have to generate the "mailto" and display the e...
Photoperiod asked 21/11, 2008 at 13:36

5

Solved

Suppose we have an application that acts as a middleman, allowing Company A to send reports to their customers. Company A → Company B (me) → Company A's customers After getting the report we send...
Mourant asked 18/1, 2011 at 19:54

6

Solved

I'm making a user management system for my app, and I need to send users a "forgot my password" email with a token that lets them reset their account password. I signed up for SendGrid through Azur...
Stalker asked 13/7, 2015 at 5:27

4

I'm using the Nodemailer Node.js module to interface with sendmail. However, my emails go directly to the spam folder when reached by a Gmail account. Why are my emails being shit-canned? It must b...
Shantelleshantha asked 3/7, 2013 at 19:34

4

Solved

We have a python script that sends mails everyday to an xml list of addresses. Those mails are always marked as spam by Gmail. Here's the code: email_body = '<html><body><div styl...
Chryselephantine asked 4/5, 2012 at 8:42

2

I have "inherited" a dirty git repository with about 5k valid commits and about 50k spam commits (this is the edit history for something that used to be a world-writable wiki). We're migrating form...
Reflectance asked 13/8, 2019 at 13:8

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

4

Solved

Whenever I use PHP to send emails to members of my site, the email ends up in the spam folder for most email providers like Gmail and Hotmail. When I check the original source in Gmail, I see the ...
Dingman asked 1/6, 2011 at 12:49

3

I have been asked to add some email addresses to individuals personal portfolio galleries on a site I designed. There is already a very visible email form that customers can use, but it only goes ...
Deprecatory asked 22/3, 2015 at 5:53

3

I have SPF and TXT record configured. When i check the SPF record syntax. It says PermError SPF Permanent Error: Too many DNS lookup. v=spf1 include:_spf.google.com include:netcore.co.in ~all ...
Warfield asked 27/3, 2013 at 5:41

6

Solved

I am using PHP's mail() function to send emails (sendmail process is running). But all the mails are going to spam (in case of gmail). I have tried many tricks that I found on the net but non...
Equal asked 9/5, 2011 at 9:40

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

10

Solved

I'm trying to figure out a good way to prevent bots from submitting my form, while keeping the process simple. I've read several great ideas, but I thought about adding a confirm option when the fo...
Delgadillo asked 10/3, 2013 at 7:26

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

3

I have a clickfunnel account using sendgrid for smtp. The email being sent are all ending up in GMAILs SPAM inbox. The emails are text that contain a link to a pdf that was requested via an opt-in ...
Waynant asked 26/1, 2017 at 17:46

6

I am using PHPMailer to send a confirmation email for newly registered users in my social network. But I found out most of them have ended up in user's spam list. (Hotmail and Yahoo). How to avoid ...
Regret asked 20/3, 2010 at 6:20

1

Solved

I have a GoDaddy Office 365 email account [email protected] and am using PHPMailer to send out emails using SMTP. Emails are hitting spam folders whenever my script sends them out, in the hea...
Broadus asked 17/10, 2017 at 16:40

© 2022 - 2024 — McMap. All rights reserved.