From 8d05c10b433ae93c517c82a91161030f7c05cc23 Mon Sep 17 00:00:00 2001 From: henoheno Date: Tue, 2 Jan 2007 16:19:50 +0900 Subject: [PATCH] (Default) Allow 3 duped host --- spam.php | 6 +++--- spam/spam.php | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/spam.php b/spam.php index 72a23c1..f61a434 100644 --- a/spam.php +++ b/spam.php @@ -1,5 +1,5 @@ 8 * $times, // Allow N URIs - 'non_uniqhost' => 7 * $times, // Allow N duped (and normalized) Hosts - 'non_uniquri' => 3 * $times, // Allow N duped (and normalized) URIs + 'non_uniqhost' => 3 * $times, // Allow N duped (and normalized) Hosts + 'non_uniquri' => 0 * $times, // Allow N duped (and normalized) URIs // Areas 'area_anchor' => $t_area, // Using HTML tag diff --git a/spam/spam.php b/spam/spam.php index 72a23c1..f61a434 100644 --- a/spam/spam.php +++ b/spam/spam.php @@ -1,5 +1,5 @@ 8 * $times, // Allow N URIs - 'non_uniqhost' => 7 * $times, // Allow N duped (and normalized) Hosts - 'non_uniquri' => 3 * $times, // Allow N duped (and normalized) URIs + 'non_uniqhost' => 3 * $times, // Allow N duped (and normalized) Hosts + 'non_uniquri' => 0 * $times, // Allow N duped (and normalized) URIs // Areas 'area_anchor' => $t_area, // Using HTML tag -- 2.11.0