NAME
dmarc_http_client - an HTTP client for submitting a DMARC validation request
VERSION
version 1.20181001
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>
COPYRIGHT AND LICENSE
This software is copyright (c) 2018 by Matt Simerson.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.