|
NAMEdmarc_http_client: an HTTP client for submitting a DMARC validation request SYNOPSISSend JSON encoded HTTP requests to the DMARC validation service provided by dmarc_httpd. dmarc_http_client --host=localhost
--port=8080
--data='{"envelope_from":"cars4you.info"...}'
The data option accepts a special '-' value that will read the JSON encoded data from STDIN. Use it like this: cat /path/to/data.json | dmarc_http_client --data=- AUTHORS
|