Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.38 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.38 KB

orgs for Cull

A public database of organizations and senders.

About

This is a curated list of organizations and senders of email conforming to @cull/schema.

Organizations and, optionally, their associated senders are located in logically grouped subdirectories in src/data.

  • Every subdirectory must include an organization as organization.json.
  • A subdirectory may include senders as senders.json.
  • Every organization and sender must specify a valid UUID for the id.
  • Every organization must contain name, url and at least one domain in domains.
  • Every sender must contain at least one address in addresses.
  • All other properties assumed optional and may be omitted.

At build time:

  • ignore and feature will be forced to false.
  • Senders will have organizationId assigned.

Updates

This repository serves as a public, community-driven, trusted source for use with Cull.

Additions and/or modifications may be requested via pull request.

Development

makefile codifies directives for building and other development oriented tasks.