improve spam filter

This commit is contained in:
xMartin
2019-12-01 22:35:47 +01:00
parent 1e947ba081
commit 075ab12e87
+1 -1
View File
@@ -30,7 +30,7 @@ class Message {
$blacklist = array(
'~Content\-T~i',
'~href=~i',
'~http://.+?http://.+?http://~s',
'~https?://.+?https?://~s',
);
foreach ($blacklist as $blackstring) {