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.