# File /home/matt/rubymail/mail/lda.rb, line 132 def reject(reason) log(2, "Action: reject: " + reason) raise DeliveryReject.new(reason) end