Child: [820433] (diff)
Download this file
1 2 3 4
class FakeSpamChecker(object): """No-op spam checker""" def check(self, *args, **kw): return False