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