From 6db02d078159c92f6395960e6df4efd59b281d26 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 19 Apr 2008 15:54:55 +0000 Subject: Remove extra ":http:" that appears to be a copy and past-o error. --- packages/spamd.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/spamd.inc b/packages/spamd.inc index 79d85bcb..2b1b163d 100644 --- a/packages/spamd.inc +++ b/packages/spamd.inc @@ -63,7 +63,6 @@ function sync_package_spamd() { fwrite($fd, "\t:" . remove_spaces($spamd['providertype']) . ":\\\n"); fwrite($fd, "\t:msg=\"" . rtrim($spamd['rejectmessage']) . "\":\\\n"); fwrite($fd, "\t:method=" . remove_spaces($spamd['providermethod']) . ":\\\n"); - fwrite($fd, "\t:" . remove_spaces($spamd['providermethod']) . ":\\\n"); $providerurl = $spamd['providerurl']; $providerurl = str_replace("http://", "", $providerurl); $providerurl = str_replace("https://", "", $providerurl); -- cgit v1.2.3