# File lib/mail/message.rb, line 483
    def bcc=( val )
      header[:bcc] = val
    end