]> git.openstreetmap.org Git - rails.git/commitdiff
Add spam block ACLs with the right key
authorTom Hughes <tom@compton.nu>
Tue, 11 May 2010 07:59:04 +0000 (08:59 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 11 May 2010 07:59:04 +0000 (08:59 +0100)
script/update-spam-blocks

index eaf7d9dc36574b6c47471e18f73b9157a2232b08..903fc9b8a35a61d0b07f72779434eeea61597521 100755 (executable)
@@ -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"
       )