https://bugzilla.wikimedia.org/show_bug.cgi?id=55268
--- Comment #5 from Kunal Mehta (Legoktm) <[email protected]> --- It is confirmed, wikipedia.py don't handle spamfilter. I try to put a page with some spam link, the bot don't recognize the problem: i print data before this line on def \_putPage\(self, text, comment=None, watchArticle=False, minorEdit=True, newPage=False, token=None, newToken=False, sysop=False, captcha=None, botflag=True, maxTries=-1\): if 'error' in data: print data give me: \{u'edit': \{u'spamblacklist': u'http://www.gamerbrain.net', u'result': u'Failure'\}\} that mean that this is no error in data, but result give failure -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Pywikipedia-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikipedia-bugs
