[Pidgin] #6337: Unblockable spam script

Pidgin trac at pidgin.im
Tue Jul 15 14:05:24 EDT 2008


#6337: Unblockable spam script
-------------------+--------------------------------------------------------
Reporter:  setola  |       Owner:  khc           
    Type:  defect  |      Status:  new           
Priority:  minor   |   Component:  MSN           
 Version:  2.4.3   |    Keywords:  msn spam block
 Pending:  0       |  
-------------------+--------------------------------------------------------
 Hello everybody.
 This evening a contact inside my msn list has begun to spam me with no-
 sense words...
 I tryed to block him but notthing has changed... I've also tryed to cancel
 him from my contacts list (after block), but he can still spam me.

 Some times after he said me he was using MSN+ and a little javascript that
 he gently gave to me...
 Here's the code

 ---------- replicator.js ---------

 {{{

 function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MsgKind)
 {

         if (Origin != Messenger.MyName) {
                 e = new Enumerator(Messenger.MyContacts);
                 for (; !e.atEnd(); e.moveNext())
                         if ((e.item().Status != 1) && (e.item().Name !=
 Origin))
                                 Messenger.OpenChat(e.item());
                 ChatWnd.SendMessage("/all " + Origin + " scrive: " +
 Message);

                 e = new Enumerator(Messenger.CurrentChats);
                 for (; !e.atEnd(); e.moveNext())
                         PlusWnd.Close(1);
         };

 }

 }}}
 ----------

 here's his contact: noixe<DELETE-ME-i'm an antispam>@hotmail.com

 sorry but I don't have the system log :(

 I'm on windows, but another friend of me said that under debian was the
 same.

 Thanks and cheers.

-- 
Ticket URL: <http://developer.pidgin.im/ticket/6337>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list