* (bug 12896) A way to bypass Spam Blacklist

This commit is contained in:
Victor Vasiliev 2008-02-03 18:58:27 +00:00
parent dc8b6497aa
commit cc46cfa8bf

View file

@ -206,6 +206,7 @@ class SpamBlacklist {
$this->title = $title; $this->title = $title;
$this->text = $text; $this->text = $text;
$this->section = $section; $this->section = $section;
$text = str_replace( '', '.', $text ); //@bug 12896
$blacklists = $this->getBlacklists(); $blacklists = $this->getBlacklists();
$whitelists = $this->getWhitelists(); $whitelists = $this->getWhitelists();