orgs for Cull
A public database of organizations and senders.
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 indomains
. - Every sender must contain at least one address in
addresses
. - All other properties assumed optional and may be omitted.
At build time:
ignore
andfeature
will be forced tofalse
.- Senders will have
organizationId
assigned.
This repository serves as a public, community-driven, trusted source for use with Cull.
Additions and/or modifications may be requested via pull request.
makefile
codifies directives for building and other development oriented tasks.