There should be a simple way to add email address to blacklist ``` ruby blacklist.add "email@foo.bar" blacklist << "email@foo.bar" blacklist.push "one@foo.bar", "two@foo.bar", "three@foo.bar" ```