Google

# File lib/rfilter/delivery_agent.rb, line 132
    def reject(reason = nil)
      log(2, "Action: reject: " + reason.to_s)
      raise DeliveryReject.new(reason.to_s)
    end