--- spam/filters/duplicate/duplicate.module.OLD	2008-12-25 06:42:10.000000000 +0100
+++ spam/filters/duplicate/duplicate.module	2009-02-18 14:03:16.000000000 +0100
@@ -30,18 +30,21 @@ function duplicate_menu() {
     'title' => 'Duplicate',
     'page callback' => 'drupal_get_form',
     'page arguments' => array('duplicate_admin_settings'),
+    'access arguments' => array('administer spam'),
     'description' => 'Configure the spam duplicate filter.',
     'type' => MENU_LOCAL_TASK,
   );
+
   $items['duplicate/denied/ip'] = array(
     'page callback' => 'duplicate_denied_ip',
     'type' => MENU_CALLBACK,
-    'access arguments' => array(TRUE),
+    'access callback' => TRUE,
   );
+
   $items['duplicate/denied/post'] = array(
     'page callback' => 'duplicate_denied_post',
     'type' => MENU_CALLBACK,
-    'access arguments' => array(TRUE),
+    'access callback' => TRUE,
   );
 
   $items['admin/reports/spam/blocked_ip'] = array(
