1
vote
2answers
44 views
IMAP folders diff?
I'd like to "diff" two IMAP folders (on two different servers) to compare spam filters, I'd like to have a command line tool (linux) to get just the headers (not the whole dir, e.g …
4
votes
20answers
411 views
Brainstorm: How to quickly create a honeypot for mass spam?
Question is still OPEN...
For IT people here it may be not so difficult question. May be not only at first look ;)
All ideas are welcome!
For startup Antispam project it is neede …
0
votes
3answers
69 views
Newbie regex question - detect spam
Here's my regex newbie questions:
How can I check if a string has 3 spam words? (for example: viagra, pills and shop)
How can I detect also variations of those spam words like "v …
9
votes
16answers
359 views
Blocking comment spam without using captcha
What are some non-captcha methods for blocking spam on my comments?
2
votes
2answers
48 views
php how to check a string for more than 5 consonants in a row
As a spam filter I want to block any comments that contain
djgalkgjlkdg
or any other excessive amount of consonants in a row.
I thought of maybe having an array of consona …
29
votes
11answers
523 views
how to check if a string looks randomized, or human generated and pronouncable?
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 …
-1
votes
0answers
127 views
What Would You Ask: Vark.com [closed]
I'm working on a premium research report regarding technologies classified as "the real-time web." I've spoken to 45+ companies in this space and am now writing up some of the mos …
0
votes
1answer
29 views
How to determine default Accept-Language header based on IP (country code)?
Hello, I want like to enhance spam protection on my site. I've found out that after being banned by ip bots don't change the Accept-Language and Accept-Charset http headers (so mos …
2
votes
6answers
172 views
E-mails sent from shared hosting, blocked. Is there a way to avoid that?
Hello,
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 websit …
2
votes
1answer
55 views
Where can I find good spam and ham corpora?
I'm looking for good spam and ham corpora (this is the plural for corpus). I want those to use them with a bayesian spam filter developed in-house.
The only one I found so far is …
1
vote
1answer
53 views
Creating mail application for project
Hi,
I'm currently creating mail application for my project, and I'm currently trying to figure out, how mail application like gmail, moves all the messages of particular email add …
0
votes
3answers
94 views
Browser wars, why? [closed]
What does google earn from chrome or microsoft from ie? Or firefox. They all want us to use their browsers but what's the deal? They are all free, no ad revenue etc.
1
vote
2answers
70 views
Will blocking IP-addresses of spammers also block visitors?
My website's comment function is being constantly bombarded with spam posts from these two IP addresses:
94.102.63.11
83.233.30.42
I am currently blocking them at the text leve …
2
votes
0answers
71 views
webhost4life spammers attack [closed]
Hi, guys.
There seems to be a wave of promo spams from this company.
Yesterday there was a post from a newly registered user promoting their services. I flagged it and it was rem …
1
vote
5answers
87 views
How would I protect an API from abuse?
Hey everyone, I run an image hosting website and I'm designing an API for it. My concern is that I don't want anyone to be able to do something like:
while(true) {
Upload();
…
