From: Tom Hughes Date: Tue, 11 May 2010 07:59:04 +0000 (+0100) Subject: Add spam block ACLs with the right key X-Git-Tag: live~6284^2^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/703c44eeab0ff078bf6a74887fbb1c94a50f80b3?hp=d1eb6d6041d34d98558ada41696e06f7a4d74ca3 Add spam block ACLs with the right key --- 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" )