|
There are some really good questions already on spam issues.
I am planning to launch a service that has the word "bitch" in the service name and the domain name. I am wondering if this word, which is not such a faux pas in today's society, will cause ...
Started by RyOnLife on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Baysean filters indirectly require someone to make the determination is or is....
That being said, spam filters use many different heuristics to make a determination as to what spam determination that something is spam.
|
|
Explain your issue in full detail here:
For years I've hated the haphazard spam filtering in Google Mail. I also despise the fact that I am forced to use the Webmail interface to manage it, in spite of the fact that it is not the way I want to interact...
Started by Mark A. Craig on
, 22 posts
by 4 people.
Answer Snippets (Read the full thread at google):
I had to create an explicit filter example of a GMail spam FAIL).
I setup a filter to watch for firstlast, checked "never send it to spam", and let it run overnight, I know that any mail addressed that way is spam.
|
|
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. content-type: text/html;) but I just thought about something...
Started by Waleed Eissa on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I think to be safe, other than what Tim Howland recommended, you could always first be considered spam in the first place....
In my experience, most anti-spam systems will score HTML's Hamminess slightly below plaintext spam indicators.
|
Ask your Facebook Friends
|
I have heard that most spam filters use a reverse DNS lookup on the originating IP address of the sending SMTP server (or something like that) as part of the verification process. I want to make sure my emails will pass this check. How exactly can I verify...
Started by codeflunky on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
If they match, bravo.....
You check whether the mail server who just talked to you is not pretending to be someone else by corelating the forward DNS query (the A record of the domain) with the reverse query (the PTR record of the IP address) .
Exactly so.
|
|
Spam and Spam Filters
I just want to make this clear for everyone. Yes more spam has been getting thorough as of late. This is for a very specific reason.
The Spam Filters we had in place are no longer working. They only worked with vB3 and have not been...
Started by KSoD on
, 10 posts
by 5 people.
Answer Snippets (Read the full thread at tech-forums):
Re: Spam and Spam Filters I had noticed more spam but I thought that was just cos I've been and Spam Filters If anyone knows of or finds some good vB4.5 plugins/hacks for this, please PM Eclipse Re: Spam....
|
|
I recently wrote a Bayesian spam filter, I used Paul Graham's article Plan for Spam and an implementation of it in C# I found on codeproject as references to create my own filter.
I just noticed that the implementation on CodeProject uses the total number...
Started by Waleed Eissa on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
My suggestion would.
In general, most filters have moved past the algorithms outlined in Graham's paper.
|
|
It's been getting hella bad, with this latest one being the absolute worst. It's on a par with when me and Rawr posted "that topic" on every board just before new year. =/
Pic: Spoiler for It's big :
EDIT: lol I thought Alt+Print Screen wouldn't include...
Started by Macky on
, 13 posts
by 7 people.
Answer Snippets (Read the full thread at cartoon-world):
Oddly, when I registered whilst in the Staff Section's Spam ....
Hope you get somewhere with that.
I've just of getting rid of the spam bots.
About employing a better method of getting rid of the spam bots.
|
|
Are naive Bayesian based spam filters effective?
I heard that spammers easily bypass them by stuffing extra words (non spam related words).
What programming techniques can you use when using Bayesian filters to prevent that?
Started by Waleed Eissa on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
If the spam filter has low trying to ....
I use Fidelis Assis's OSBF-Lua which is a very successful filter: it keeps winning contests for spam and never passes through an off-network relay host is probably not spam.
|
|
What are the criterias considered by a SPAM filter to decide an email is a
SPAM ?
Answer Snippets (Read the full thread at linkedin):
....
Crude spam filters lookWhat would you need this info for? Perhaps to get around the spam filter? There are many filter.
It depends upon the specific spam filter.
Are authenticating with your server.
|
|
I have created many, many filters to try to stop two inappropriate senders from spamming me, but they keep getting through my filters. I have tried everything I can think of, and yet I get between about ten e-mails a day from these two senders. I keep...
Started by wsnyd on
, 6 posts
by 3 people.
Answer Snippets (Read the full thread at google):
"Delete ....
"Delete it"
I don't use:
"Contains the words"....and put in any of all of the words in the subject or body of the spam you want to filter.
Of all of the words in the subject or body of the spam you want to filter.
|