|
NAMEget-fcc-list - fetch the latest fcc.blacklist derived from FCC Complaints dataSYNOPSISget-fcc-list [-h] [-V] [-a|-n|-r]DESCRIPTIONThe get-fcc-list script uses wget to fetch the fcc.blacklist file from http://ncid-utils.ca/fcc.blacklist. The fcc.blacklist is a list of phone numbers taken from the Unwanted Calls - FCC Complaints open database.You will want to call it as often as once a day from cron on Linux/Unix/Mac OS X. Once downloaded, fcc.blacklist can be used with NCID in one of two ways:
OPTIONS
REQUIREMENTS
Internal Hangup - append (-a) FCC Data to
`ncidd.blacklist`
# run each day at 08:15 15 08 * * * /usr/local/share/ncid/sys/get-fcc-list -a > /tmp/get-fcc-list.log 2>&1 Hangup Extension - do not append (-n), use `fcc.blacklist` as-is # run each day at 08:15 15 08 * * * /usr/local/share/ncid/sys/get-fcc-list -n > /tmp/get-fcc-list.log 2>&1 FILES/usr/local/share/ncid/sys/get-fcc-list/usr/local/etc/ncid/fcc.blacklist /usr/local/etc/ncid/ncidd.blacklist /var/backups/ncid/ SEE ALSOhangup-fcc.1, wget.1, ncidd.8, crontab.5https://consumercomplaints.fcc.gov/hc/en-us/articles/115002234203-Unwanted-Calls
Visit the GSP FreeBSD Man Page Interface. |