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