Talk:Spam Filter

Add topic
From mediawiki.org
Latest comment: 12 years ago by 24.189.109.188 in topic this is REALLY annoying

Great ideas but[edit]

A google search for 'Mediawiki spam protection' brings people right to this page, and looking for an actual answer to the question 'how the **** do I stop these **** ruining my wiki?' isn't directly answered. Perhaps a conscise intro piece pointing wiki admins to the information they're probably looking for would benefit everyone greatly.

More to consider[edit]

Some other ideas related to what we're discussing (empowering small wikis to respond quickly):

  • Peer to Peer blacklists or banlists, like http://usemod.com/cgi-bin/mb.pl?PeerToPeerBanList
  • A list that learns to blacklist urls - what I have in mind is something less comlex than existing Bayesian filters - a filter that adds urls to a blacklist after X number of repeat posts of that url within Y amount of time.

I posted this to the wikitech mailing list:

The idea is that the normal behaviour for a wiki is that it is very unlikely for an url to be referenced in an edit more than X times in 24 hours (I'll postulate twice, just for fun), but it is very common behaviour for a spammer. Therefore, if one could ascertain (do some tests) that some large percentage (say 99.9%) of valid (non-spam) urls posted via edits occur less than X in 24 hours, you could put in a filter inconveniencing a very small percentage of users that would autmatically add those urls to a blacklist.

--Aerik 05:26, 22 January 2006 (UTC)Reply

Perhaps the new Spam cleanup script should also be mentioned here? It's now in use on all non-large Wikimedia sites as well as all Wikicities. Angela 05:51, 26 January 2006 (UTC)Reply

I added a link to that article under wiki resources. --jwalling 01:48, 1 February 2006 (UTC)Reply

The Wikicities page mentions that pages containing spam are reverted back to the time they don't contain any spam. I am sure some wikis in the Wikipedia family are less well monitored than others. Especially with CSS Hidden Spam, spam could easily have survived many legitimate edits. Isn't there a good chance of loosing good info. I know it will still be in history, but if spam was not already removed on those pages, chances are good they aren't popular pages/sites that will be rebuilt. I do think it is good that the spam is being cleaned out though. Are there any public stats on what/how much has been cleaned? --JoeChongq 09:45, 27 January 2006 (UTC)Reply

A spam cleanup log would help a reviewer to monitor for 'lost' content. --jwalling 01:45, 1 February 2006 (UTC)Reply
A log would definitely be useful. At the moment, there's no public log and no stats. It does cause problems with reverting of real content, especially when users want to make good faith links to site that we blacklist (funpic.de for example). However, if there's an active community, they can easily revert that, and if there's not, it's worth the risk to keep the wiki spam free. The script never deletes a page, so everything it does is revertable by any user. Angela 09:56, 26 February 2006 (UTC)Reply

was this inplemented?[edit]

A sysop in he wiki reported being blocked by a spam filter. is this the reason? he tried to add (or rather, edited an article containing) http://www.ynet.co.il, a major Israely online newspaper which shouldn't be blocked... Felagund 10:01, 26 January 2006 (UTC)Reply

The article on Spam Filter is in the discussion phase so it can't be responsible for any blocking problems. Most domain blocking problems are reported at Talk:Spam_blacklist
--jwalling 01:54, 1 February 2006 (UTC)Reply

Bayeisan Filtering[edit]

A poster above mentioned Bayesian filtering... Mozilla Thunderbird has excellent bayesian spam filtering that 'learns' the difference between real email and spam based on what is already in your inbox. I see no technical reason why a similar algorithm could not be employed to at least challenge spam-like posts with a captchka. There are countless known good posts to train from, and I'm sure, countless known bad ones too.

Great project discussion[edit]

I know many of these ideas have yet to be implemented, but this is a huge problem, and MediaWiki should develop the best solutions around to deal with it. 68.163.251.199 22:31, 5 April 2006 (UTC)Reply

Overflow auto blocked[edit]

Got a simple problem: <div style="overflow: auhto; height: 100px;"> is being caught by the spam filter (replace auhto with auto). Apparently the spam filter catches "overflow auto height". Switching places (height at the beginning followed by overflow) is safe. Just wanted to let you all know. -- ReyBrujo 02:29, 19 February 2007 (UTC)Reply

Yes, this is bug #8829. --.anaconda 02:33, 19 February 2007 (UTC)Reply

I had the same problem in wikibooks: b:hu:Sablon:Fix. Changing parameter order (e.g. "overflow: auto; width: 50%; height: 100px;" ) can solve this problem untill bugzilla crew will work it out:-). Gubbubu 14:51, 22 July 2008 (UTC)Reply

2007 february? As I see bugzilla crew won't bug out fixing it ... As we say in Hungary: "Good work takes a lot time."; but they shouldn't be so extreme in good work. Gubbubu 14:56, 22 July 2008 (UTC)Reply

Spam filter[edit]

Hello, I tried to search around but could not find anything, so I will ask this question here (I do apologize, I probably am asking this question in the wrong place, but...): I am user Leslie of the Portuguese Wikipedia, I am trying to reference an article in the Portuguese Wikipedia (the website is skyscraperpage.com), but the filter is denying the edit. As far as I know, skyscraperpage.com is a valid source, so why it is blocked? Regards

Disregard my question, I alredy figured it out. - Leslie

this is REALLY annoying[edit]

this thing doesnt allow me to write the word "best" in capital letters in other wikimedia projects. its excruciatingly annoying. 24.189.109.188 02:29, 5 May 2012 (UTC)Reply

Block Foreign Domains[edit]

Hello, trying to edit localsettings.php to block all links to foreign domains, The format supplied is: "dirare\.com|". so I tried to wildcard like this: "\.fr|\.xn|\.vn|\.pl|". But that does not work. How do I wildcard all foreign domain links?

overflow:auto is blocked[edit]

I am trying to install the Image Annotator gadget.

When I try and create MediaWiki:Gadget-ImageAnnotator.js file, it will not let save the javascript code because it output an error saying that the spam filter has picked up: overflow:auto

How do I fix the problem?