Skip to main content
U.S. FlagAn official website of the United States government
icon dot gov
Official websites use .gov

A .gov website belongs to an official government organization in the United States.

icon https
Secure .gov websites use HTTPS

A lock () or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.

usernotify.conf

This file sets the recipient(s) of emails from various parts of the DB system's processing. For example data.process.mail uses it to determine the recipients of the daily processing reports. It is located at $DB/etc/usernotify.conf.

Format

Lines beginning with '#' are treated as comments. The format consists of a CSV separated list of email address followed by station matching patterns. The first field is the email and all subsequent fields are treated as patterns that match stations (case insensitive), wrapped like “^$PATTERN$”, that is the pattern must match the complete station code.

For example:

Derek.Hageman@noaa.gov,sf.,mlo

Would match all of “sfa”, “sfb”, and “mlo” but not “sgp”.

While:

Derek.Hageman@noaa.gov,.*

Would match all stations.