projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Filter out the current way correctly
[rails.git]
/
script
/
update-spam-blocks
diff --git
a/script/update-spam-blocks
b/script/update-spam-blocks
index eaf7d9dc36574b6c47471e18f73b9157a2232b08..903fc9b8a35a61d0b07f72779434eeea61597521 100755
(executable)
--- 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"
)