NAME
dmarc_http_client: an HTTP client for submitting a DMARC validation request
SYNOPSIS
Send 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
Matt Simerson <msimerson@cpan.org>
Davide Migliavacca <shari@cpan.org>
Marc Bradshaw <marc@marcbradshaw.net>