From 703c44eeab0ff078bf6a74887fbb1c94a50f80b3 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 11 May 2010 08:59:04 +0100 Subject: [PATCH] Add spam block ACLs with the right key --- script/update-spam-blocks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/update-spam-blocks b/script/update-spam-blocks index eaf7d9dc3..903fc9b8a 100755 --- a/script/update-spam-blocks +++ b/script/update-spam-blocks @@ -22,7 +22,7 @@ addresses.each do |address,count| Acl.create( :address => address, :netmask => "255.255.255.255", - :k => "no_account", + :k => "no_account_creation", :v => "auto_spam_block" ) -- 2.43.2