# File app/models/conference.rb, line 169
  def people_for_mailing
    self.people.select {|p| p.ok_conf_mails?}
  end