# File lib/action_mailer/vendor/tmail/facade.rb, line 126 def bcc_addrs( default = nil ) if h = @header['bcc'] h.addrs else default end end