diff gpp/antispam/__init__.py @ 215:8c1832b9d815

Implement #84; additional checks on spammers; implement stranger status.
author Brian Neal <bgneal@gmail.com>
date Sat, 29 May 2010 04:51:28 +0000
parents 28988cce138b
children 7c3816d76c6c
line wrap: on
line diff
--- a/gpp/antispam/__init__.py	Fri May 14 02:19:48 2010 +0000
+++ b/gpp/antispam/__init__.py	Sat May 29 04:51:28 2010 +0000
@@ -1,1 +1,4 @@
 SPAM_PHRASE_KEY = "antispam.spam_phrases"
+BUSTED_MESSAGE = ("Your post has tripped our spam filter. Your account has "
+        "been suspended pending a review of your post. If this was a mistake "
+        "then we apologize; your account will be restored shortly.")