Add spam block ACLs with the right key
This commit is contained in:
parent
d1eb6d6041
commit
703c44eeab
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue