Bump required words
diff --git a/spamfilter.py b/spamfilter.py
index b3ad20e..7d4c4ff 100644
--- a/spamfilter.py
+++ b/spamfilter.py
@@ -20,7 +20,7 @@
 import requests
 import json
 
-MINIMUM_NUMBER_OF_WORDS = 6  # We need at least SOME words to safely classify this
+MINIMUM_NUMBER_OF_WORDS = 9  # We need at least SOME words to safely classify this
 
 
 class BayesScanner: