mirror of
https://gitlab.com/siarp/beethoven2000.de.git
synced 2026-08-07 19:18:18 +00:00
improve spam filter
This commit is contained in:
@@ -30,7 +30,7 @@ class Message {
|
|||||||
$blacklist = array(
|
$blacklist = array(
|
||||||
'~Content\-T~i',
|
'~Content\-T~i',
|
||||||
'~href=~i',
|
'~href=~i',
|
||||||
'~http://.+?http://.+?http://~s',
|
'~https?://.+?https?://~s',
|
||||||
);
|
);
|
||||||
|
|
||||||
foreach ($blacklist as $blackstring) {
|
foreach ($blacklist as $blackstring) {
|
||||||
|
|||||||
Reference in New Issue
Block a user