#
#		    submitters database for GNATS
#
# Any line which begins with a `#' is considered a comment, and GNATS
# will ignore it. 
#
# Each entry has the format:
# 
#	submitter:full submitter name:type:response-time:contact:notify-others
#
#	* submitter: The name of the site, customer, etc., sending the
#	  report in.
#	* full submitter name: The description, like `Foo Widgets Inc.'.
#	* submitter type: Can be contract type, level of expertise, etc.
#	* response time: If configured with `NOTIFY' set to `TRUE', GNATS
#	  will use this field to schedule when at_pr should notify the
#	  gnats-admin and gnats-manager that the PR wasn't analyzed
#	  within the agreed response time.
#	* contact: Principal contact for the submitter.
#	* notify: Others who should be Cc'd on any PRs coming from
#	  this submitter.
#
#
# The following submitter is mandatory for GNATS to work.
# The submitter field should be the same as your configured DEFAULT_SUBMITTER.
#
unknown:The Unknown Submitter:none:-1:gnats-admin:
#
# Sample submitters:
#
# For the submitter `foo', we will know that they have a "six-month"
# contract, and that `joe' is the person who should worry about PRs
# coming from Foo Widgets Inc.  There is no reply-time.
foo:Foo Widgets Inc.:six-month::joe:
#
# For the submitter `dod', they have a "DARPA" contract and `bill' is
# to be given a copy of the PR, in addition to whomever might be
# responsible for the category the PR was filed under.  There is a
# four-hour response time, and that `al' should also get a copy of the PR.
dod:Department of Defense:DARPA:4:bill:al
#
# A `test' submitter, for send-pr and general GNATS testing.
test:Test Non-Submitter:test:1:gnats-admin:
