lib/roda/plugins/mail_processor.rb in roda-3.38.0 vs lib/roda/plugins/mail_processor.rb in roda-3.39.0

- old
+ new

@@ -474,9 +474,11 @@ END end undef_method :match_rcpt undef_method :match_text + undef_method :match_body + undef_method :match_subject # Same as +header+, but also mark the message as being handled. def handle_header(key, value=nil) header(key, value) do |*args| handle do