Tagged Questions
The spam-blocking tag has no wiki summary.
5
votes
9answers
885 views
How to Prevent SPAM without CAPTCHAs or a Centrally managed system (e.g. akismet)
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 found ...
4
votes
3answers
229 views
fighting spam bots
I have C# form in the site and want to prevent spam bots from filling it. The trick is, that I want to avoid CAPTHA or any other user input to avoid loosing a single registration.
Here are some ...
3
votes
5answers
2k views
How To Test Email Deliverability - % In Junk Folder
Does anyone know a good tool to test whether your emails are going into spam folders?
My web app generates emails to users, and I've been getting a lot of reports back from people saying "hey, no one ...
3
votes
8answers
622 views
Spambots are cluttering my log file [Django]
I have a nice and lovely Django site up and running, but have noticed that my error.log file was getting huge, over 150 MB after a couple of months of being live. Turns out a bunch of spambots are ...
2
votes
2answers
118 views
Gmail is spamming our welcome email only
Our web app sends a confirmation email when a person signs up. This message is getting in the spam folder in gmail only. All our other emails we send out are correctly received by the end user in ...
2
votes
7answers
222 views
IP Banning - most efficient way?
I run a large forum and like everyone else have issues with spammers/bots. There are huge lists of known spam IP's that you can download and use in htaccess form, but my only concern is the file size. ...
2
votes
2answers
163 views
URL Shortener Spam
Lately I'm starting to receive spam URLs into my forum software via URL shortener. In the past, they are easy to block by domain, but I can't exactly block the domain for URL shortener since I'm ...
2
votes
1answer
222 views
Problem sending Mail using Google SMTP from a third party HTML control
I am getting this error when sending email using an HTML Editor [WinHTMLEditorControl] third party tool
Using Google SMTP For sending emails. Error is
Syntax error in parameters or arguments. The ...
2
votes
2answers
121 views
Clickable email-links encryption? How to do them?
I would like to know if and how it is possible to create a clickable email-link for websites, that are "encrypted" in a way emailspiders can't collect them and it is still possible for living users to ...
2
votes
1answer
321 views
How much the honey pot practice is efficently against spam?
With honeypot, i mean more or less this practice:
#Register form
<style>
.hideme{
display:none;
visibility: hidden;
}
</style>
<form action="register.php">
...
2
votes
0answers
182 views
Blacklists, Whitelists, Spam Folders and Email [closed]
I want to get on the whitelists for my email system, any recommendations whom to should contact about doing this, do I contact the big email providers directly (Yahoo, gmail, Microsoft hotmail/msn, ...
2
votes
8answers
870 views
Best OS App for Outbound SMTP Packet Capture?
Okay, so this probably sounds terribly nefarious, but I need such capabilities for my senior project. Essentially I'm tasked with writing something that will cut down outbound spam on a zombified pc ...
1
vote
3answers
61 views
Blocking spammers on an iOS app
What are some reliable and efficient methods to block spammers or abusive users of an iOS app?
The iOS app allows for ecommerce and chat, but is trying to prevent the community from being overtaken ...
1
vote
4answers
46 views
display a message for user if the email recieved is in spam
kinda a tough question that might have a solution using HTML in gmail (or any other provier)
assuming you have sent an email from your server , the email is HTML formatted , user receives the ...
1
vote
6answers
564 views
E-mails sent from shared hosting, blocked. Is there a way to avoid that?
in my website i've a PHP script that automatically mails to my customers a confirmation about the order.
My website's domain is registered to a company that hosts my website too.
I have a lot of ...
0
votes
2answers
226 views
Dynamic form and alternatives to captcha to avoid form spam
I was wondering, if i'm not wrong the spam robots parse the html source at loading time to detect the presence of a form, am I right?
Would the be of any protection to generate the form dynamically ...
0
votes
0answers
261 views
Wordpress - Difference between wp-signup and register
What is the difference between wp-signup.php and wp-login.php?action=register?
My server can't handle the register spam (over 2.000/day) on my Wordpress Network so i decided to remove the ...
0
votes
1answer
31 views
Bulk legitimate email: Can I predict liklihood that the outgoing messages will be wrongly flagged as spam?
The recipients represent a wide variety of academic institutions and business organizations. Many use free email accounts too, like gmail and hotmail. There are several thousand addresses in the ...
0
votes
2answers
63 views
How to prevent spam searches
My application http://www.tyro.in has search facility when ever user searches, that query will appear in recent searches area. My search form uses GET method. I think spammers search spam words and ...
0
votes
3answers
452 views
Currently best spam filter algorithm
What is the currently best method to detect spam ? especially on mobile text message.
are there any resource or comparison analysis ?
0
votes
1answer
148 views
Should I use a DNSBL to check web traffic to block spammers?
Rather than solely fighting off spam with CAPTCHAs and spam comment checkers - is it a good idea to check each request against a DNSBL and block the user if they are using a bad IP?
$blacklists = ...
0
votes
2answers
173 views
A captcha and forced registration still isn't stopping robot spam
I'm using the phpdug template at http://fantasybookmark.com and there's still spam coming through. What additional steps should I take? Is recaptcha THAT much better than the captcha system in place ...
0
votes
2answers
19 views
Email Program / Service that will hold messages until sender fills out a CAPTCHA
I'm looking for the following service >>
When a person emails an individual, the email goes into a temp hold inbox that they do not see. The person who sent the email will receive an auto responder ...
0
votes
0answers
78 views
How to get a detailed report of scans performed by spam-assassin? [closed]
I am planning to setup spam-assassin in my mail server for filtering out spam mails. I would like to get a detailed report of spam checks performed on incoming mails. This will help me in creating ...
0
votes
2answers
375 views
Avoiding spam filters for legitimate mail [closed]
Duplicate of http://stackoverflow.com/questions/371/how-do-you-make-sure-email-you-send-programmatically-is-not-automatically-marke
Initially I planned to send emails from my website as html (i.e. ...
0
votes
2answers
425 views
How can I find out what triggered the TRACKER_ID rule in spamassassin?
I recently received an email from my girlfriend that spamassassin marked as spam, mostly because spamassassin detected a tracker ID... except there wasn't one. I'd like to know what triggered it, so ...