# Copyright (c) 2008-16 Peter H. Boling of RailsBling.com # Released under the MIT license module SanitizeEmail # Determines whether to sanitize the headers of an email, # and does so when appropriate. class Bleach extend SanitizeEmail::Deprecation attr_accessor :overridden_addresses # TODO: Just a stub, not implemented def initialize(*args) deprecation_message = <