From b8135dc07e2416c005e14570869c2f4666f86b86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Randolf=20Richardson=20=E5=BC=B5=E6=96=87=E9=81=93?= Date: Tue, 6 Feb 2024 23:07:27 -0800 Subject: [PATCH] Update spf.1.txt Updated command line options (I assume this is documentation for the Unix/Linux "man" pages?) and added the names of all contributors to the history section. --- doc/spf.1.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/spf.1.txt b/doc/spf.1.txt index 72c710e..78ecb87 100644 --- a/doc/spf.1.txt +++ b/doc/spf.1.txt @@ -4,7 +4,7 @@ NAME spf - report on the given domain's use of SPF SYNOPSIS - spf [-Vhjv] [-p policy] [-r address] domain + spf [-Vhv] [-f format] [-p policy] [-r address] domain DESCRIPTION The spf tool allows you to inspect the Sender Policy Framework DNS records @@ -15,9 +15,9 @@ OPTIONS -V Print version information and exit. - -h Display help and exit. + -f format Output format (json, perl, text). - -j Generate output in json format. + -h Display help and exit. -p policy Expand and report on the given policy. Note: policy needs to be quoted; see EXAMPLES. @@ -61,7 +61,8 @@ SEE ALSO HISTORY spf was originally written by Jan Schaumann in - July 2022. + July 2022, with contributions by Royce Williams, Patrick Proniewski, and + Randolf Richardson. BUGS Please file bugs and feature requests by emailing the author.