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