SpamMeNot
| Last Update: | May 16, 2008 (2 months ago) |
|---|---|
| Category: | Chat & Communication |
| Tags: | chat, ignore, and spam |
| Project Manager: | Octane666 |
| Website: | visit |
| Current Version: | SpamMeNot 2.4.74027 (for World of Warcraft 2.4.2) |
| Downloads Today: | 128 |
| Downloads Total: | 153,758 |
| Favorites: | 598 |
| Comments: | 195 |
- About SpamMeNot
SpamMeNot detects and blocks gold spammers.
It analyzes the incoming message and weighs each word (or part of a word) as specified in the locale file. If the total weight is greater than or equal to 100 then the message is blocked.
It will also keep a (frequently purged) internal history of messages from players and will analyze the last 3 messages as a whole to counter spammers that split their adverts in to several messages.
Messages via /whisper /say /shout and any system global channels that do not pass the filter will not show up in your chat boxes. It does not monitor player created channels. You can chose whether or not to monitor the trade channel.
Now incorporates Blizzard's new spam reporting system.
You can view indivual spammer details to see what text they sent and how they scored if you so desire.
SpamMeNot also includes a level based filter so that players that attempt to contact you via whispers, that are under the specified level (default 2), will also be blocked. Setting this to 1 in effect disables this functionality.
It's also compatible with FuBar, WIM, ForgottenChat, Cellular and uses Ace2.
SpamMeNot actually hooks all of the Ace2 events to filter spam from other AddOns where possible.
btw I'm looking for some localization if anyone would be so good as to provide some translations :)
Slash commands: /SpamMeNot /smn
- Downloads (5)
- Screenshots (9)
- Tickets
- Comments
- RSS
You need to login or register to post comments.
Benefits of Registration
- Interact with hundreds of thousands of other gamers on an open social network.
- Post your stories, news, images, videos, and other content to share.
- Create a network with your fellow gamers or join an existing one.
- Gain reputation for everything you do.
- Recommended Addons
- RSS
Users who liked SpamMeNot also liked these.
- 2,771 Titan Panel Action Bars
- 1,744 MobInfo-2 ... Unit Frames
- 4,804 GroupCalendar Group/Guild Management, Quest ...
- 136 Cosmos feat. Khaos Development & Debugging
- 9,530 QuestHelper Map and Quest & Leveling
- Similar Addons
- 1,530 Carbonite Quest Chat & Communication, PvP, ...
- 648 Prat 2.0 Chat & Communication
- 637 WIM (WoW Instant ... Chat & Communication
- 566 ChatMOD Chat & Communication and Audio
- 382 TriviaBot Chat & Communication
- 9,530 QuestHelper Map and Quest & Leveling
- 4,979 Atlasloot Enhanced PvP, Map, Tradeskill, and ...
- 4,804 GroupCalendar Group/Guild Management, Quest ...
- 4,343 Omen Threat Meter Raids & Encounters
- 3,513 X-Perl UnitFrames Unit Frames












- +0
- Thumbs Down
- Thumbs Up
jmp478 saidSince the last patch (2.3.4.8606) spam messages are getting through. SMN does show them as being blocked and it auto-reports, but I can still see it in trade chat.
I've reset my UI and re-installed the add on but it still isn't working right
- +0
- Thumbs Down
- Thumbs Up
rvalarian saidversion 2.4.74027 was not auto-reporting for me at all, and 2.4.76238 auto-reports only on occassion, however, even with that small bug, this is probably the single most essential addon in my collection.
- +0
- Thumbs Down
- Thumbs Up
carty saidedit:Works fine now.
- +0
- Thumbs Down
- Thumbs Up
Atoke saidSometimes I get whispers twice. Why? How can I fix it? Will it be fixed in the future?
- +0
- Thumbs Down
- Thumbs Up
Xephrix saidIs there anyway to force the Level Filter to not block people on friends list?
- +0
- Thumbs Down
- Thumbs Up
Octane666 saidRE: The WhoLib-1.0 501 and 296 errors
Unfortunately someone made a change to that library on the wowace SVN server which then got distributed with SpamMeNot using the WoW Ace Updater. That person has since fixed the bug. I don't think anyone that gets SpamMeNot from Curse would have been affected by this problem but I've repackaged SpamMeNot with the corrected library just in case.
- +0
- Thumbs Down
- Thumbs Up
tullerbisben saidSweet
- +1
- Thumbs Down
- Thumbs Up
Mion saidI swear you should get paid by blizzard for creating this addon!
- +0
- Thumbs Down
- Thumbs Up
Nortalf saidError: Deformat-2.0: Bad argument #3 to `Deformat' (string expected, got nil)
AddOn: SpamMeNot
File: WhoLib-1.0.lua
Line: 501
Count: 4
getting this error
- +0
- Thumbs Down
- Thumbs Up
elladine saidi get an error as soon as i log in
Date: 2008-05-14 13:54:28
ID: 51
Error occured in: Global
Count: 1
Message: ...face\AddOns\SpamMeNot\libs\WhoLib-1.0\WhoLib-1.0.lua line 296:
attempt to index field 'Args' (a nil value)
Debug:
Ace2\AceEvent-2.0\AceEvent-2.0.lua:299: TriggerEvent()
SpamMeNot\Hooks.lua:81:
SpamMeNot\Hooks.lua:70
(tail call): ?
Ace2\AceEvent-2.0\AceEvent-2.0.lua:910:
Ace2\AceEvent-2.0\AceEvent-2.0.lua:903
- +0
- Thumbs Down
- Thumbs Up
fiisk saidIt's generating errors whenever yellow information-text appears in your chat
- +0
- Thumbs Down
- Thumbs Up
finrot saidYep, sadly since today's patch, SpamMeNot is generating a load of errors. Pls release an update asap :)
- +0
- Thumbs Down
- Thumbs Up
moldavia saidtotally busted on 3 comps with constant error spam. line 501 deformant spam. spammenot is spamming me with errors lol.
- +0
- Thumbs Down
- Thumbs Up
oXid_FoX saidcan you remind/teach us how to make some regex (maybe put it in the readme) ? I never remember the syntax...
%s = space
%d = decimal
* means zero, one or more
+ means 1 or more
is it right?
in the end, how can I read this one "%d+%s*usd"?
I try: one or more numbers followed by spaces (0 or more) then the letters "usd"
and this last: "wow%-europe%.cn" ?
- +0
- Thumbs Down
- Thumbs Up
Octane666 saidHere's some useful info on pattern matching in Lua.
http://www.lua.org/manual/5.1/manual.html#5.4.1
- +0
- Thumbs Down
- Thumbs Up
Octane666 saidHeya. If you talk about spam or gold selling, even if it's about other people buying or selling gold then SpamMeNot will probably block you. It's not a bug.
Unfortunately people advertising guilds (usually in the trade channel!) are also often blocked if they link web sites. A score of 95 will not get you blocked and certainly not reported.
- +1
- Thumbs Down
- Thumbs Up
irsh_guy saidHello their, i have a problem with your addon.
My guild recruitment message, which i do not spam, and i use on the appropriate channel. it has a rating of 95 which appears in red. alts of guild members say it auto ignores me. i do not see why i should be ignored by a majority of people using your addon for my ligitimate message. Also once i mentioned that someone was a "chinese gold seller" on trade channel, i was auto ignored by atlest 20 people - the ones that told me. Please fix your addon. thank you (edit. Oh im a level 70, and sorry for the breifness of this message and/or tone of it)
- +0
- Thumbs Down
- Thumbs Up
AtliThor saidOut of like 1800 message blocked so far, I've had like 3 legit messages blocked.
Just try to refrain from using gold-spammer-like phrases and you should be fine :P
- +0
- Thumbs Down
- Thumbs Up
oXid_FoX saidon my server, there is a lot of that recruitment spam (all chans, /1 /2 /4 /5)... and never SpamMeNot block it (even if I want it to do it ^^ ). So I'm very curious to see your recruitment message which is blocked....
- +0
- Thumbs Down
- Thumbs Up
finrot saidGreat add-on - it works :)