- Acl.create(
- :address => address,
- :netmask => "255.255.255.255",
- :k => "no_account",
- :v => "auto_spam_block"
- )
+ Acl.create({
+ :address => address,
+ :k => "no_account_creation",
+ :v => "auto_spam_block"
+ }, { :without_protection => true })