dmarc_http_client - Man Page

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

Info

2025-05-27 perl v5.40.2 User Contributed Perl Documentation