host: Add spam filter sample
This commit is contained in:
parent
cae13443bc
commit
3f1a8bd116
1 changed files with 7 additions and 0 deletions
7
host/secret_sauce.py
Normal file
7
host/secret_sauce.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
|
||||
class SpamError(ValueError):
|
||||
def __str__(self):
|
||||
return ' '.join(self.args)
|
||||
|
||||
def check_spam(addr, data):
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue