# File lib/whiskey_disk.rb, line 117
  def domain_limit_match?(domain, limit)
    domain.sub(%r{^.*@}, '') == limit
  end