From 400d88da03c7f117fc5cbbb58b2d86da37cd90a4 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@63852ff1-2cfd-40b9-8011-e561a9d89b1c> Date: Wed, 3 Dec 2008 11:48:19 +0000 Subject: this will be better git-svn-id: http://172.18.13.13/svn/mim_plugs@3 63852ff1-2cfd-40b9-8011-e561a9d89b1c --- stopspam_mod/trunk/BUGS.txt | 1 + stopspam_mod/trunk/stopspam.cpp | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 stopspam_mod/trunk/BUGS.txt (limited to 'stopspam_mod/trunk') diff --git a/stopspam_mod/trunk/BUGS.txt b/stopspam_mod/trunk/BUGS.txt new file mode 100644 index 0000000..d17bd4a --- /dev/null +++ b/stopspam_mod/trunk/BUGS.txt @@ -0,0 +1 @@ +do not turn on this plugin on first login of your account, it can mark all your contacts as spammers. \ No newline at end of file diff --git a/stopspam_mod/trunk/stopspam.cpp b/stopspam_mod/trunk/stopspam.cpp index 04666da..100fb28 100644 --- a/stopspam_mod/trunk/stopspam.cpp +++ b/stopspam_mod/trunk/stopspam.cpp @@ -110,8 +110,7 @@ MIRANDA_HOOK_EVENT(ME_DB_EVENT_FILTER_ADD, w, l) return 0; } // if message is from known or marked Answered contact - else if(!DBGetContactSettingByte(hContact, "CList", "NotOnList", 0) || - DBGetContactSettingWord(hContact, dbei->szModule, "ServerId", 0)) //fix for icq + else if(!DBGetContactSettingByte(hContact, "CList", "NotOnList", 0)) // ...let the event go its way return 0; // if message is corrupted or empty it cannot be an answer. -- cgit v1.2.3