From c2f805cffc2175696d28682abfc651a251aedc39 Mon Sep 17 00:00:00 2001 From: Garvin Hicking <mail@garv.in> Date: Thu, 5 Feb 2009 10:33:37 +0000 Subject: [PATCH] forgot one --- .../serendipity_event_spamblock/serendipity_event_spamblock.php | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/serendipity_event_spamblock/serendipity_event_spamblock.php b/plugins/serendipity_event_spamblock/serendipity_event_spamblock.php index 35c91585..958828b4 100644 --- a/plugins/serendipity_event_spamblock/serendipity_event_spamblock.php +++ b/plugins/serendipity_event_spamblock/serendipity_event_spamblock.php @@ -1052,6 +1052,7 @@ var $filter_defaults; $filter_emails = explode(';', $this->get_config('contentfilter_emails', $this->filter_defaults['emails'])); if (is_array($filter_emails)) { foreach($filter_emails AS $filter_email) { + $filter_email = trim($filter_email); if (empty($filter_email)) { continue; }