|
NAMEqconfirm-cdb-check - match a mail address against a constant databaseSYNOPSISqconfirm-cdb-check [-vD] [-c cdb] [-t sec]DESCRIPTIONNormally qconfirm-cdb-check is run by qconfirm-check(1) before requesting a delivery confirmation for mail from an envelope sender mail address. If qconfirm-cdb-check exits 0, qconfirm-check(1) doesn't request a delivery confirmation from this sender.qconfirm-cdb-check assumes the environment variable SENDER to be set to the envelope sender mail address. It creates an id based on $SENDER, and matches the id against entries in the constant database ~/.qconfirm/ok.cdb. ok.cdb normally is created and maintained by qconfirm-cdb-update(1). If qconfirm-cdb-check successfully matches $SENDER, it reads the time-stamp of the id that matches $SENDER in ok.cdb, updates the time-stamp if it is older than sec seconds, and exits 0. OPTIONS
CONFIGURATIONqconfirm-cdb-check reads its configuration from files in the subdirectory conf/ of the qconfirm directory (normally ``~/.qconfirm/conf/''). Only the first line of a configuration file is considered.
ENVIRONMENT
SEE ALSOqconfirm-cdb-update(1), qconfirm(1), qconfirm-check(1), qconfirm-conf(1), qconfirm-inject(1), qconfirm-notice(1), qconfirm-accept(1), qconfirm-return(1), qconfirm-control(1)http://smarden.org/qconfirm/ AUTHORGerrit Pape <pape@smarden.org> Visit the GSP FreeBSD Man Page Interface. |