# File lib/mail/message.rb, line 1102 def default( sym, val = nil ) if val header[sym] = val else header[sym].default if header[sym] end end