module Sisimai::Reason::Feedback

Sisimai::Reason::Feedback is for only returning text and description. This class is called only from Sisimai.reason method and Sisimai::ARF class.

Public Class Methods

description() click to toggle source
# File lib/sisimai/reason/feedback.rb, line 9
def description; return 'Email forwarded to the sender as a complaint message from your mailbox provider'; end
match() click to toggle source
# File lib/sisimai/reason/feedback.rb, line 10
def match;   return nil; end
text() click to toggle source
# File lib/sisimai/reason/feedback.rb, line 8
def text; return 'feedback'; end
true(*) click to toggle source
# File lib/sisimai/reason/feedback.rb, line 11
def true(*); return nil; end