# File lib/action_mailer/vendor/tmail/utils.rb, line 80
    def token_safe?( str )
      not TOKEN_UNSAFE === str
    end