module Mail

grammar Received

  include RFC2822

  rule primary
    name_val_list ";" date_time
  end

end

end