diff options
author | Jeff Becker <jeff@i2p.rocks> | 2019-06-08 11:05:45 -0400 |
---|---|---|
committer | Jeff Becker <jeff@i2p.rocks> | 2019-06-08 11:05:45 -0400 |
commit | ba71c3cfa8134cbdcc71f2ec09a368ff3d066dfc (patch) | |
tree | b15557628fa0f0dcb1d7c52cfd70cb43a675ff19 | |
parent | 8a50caca80c715005f86afd7bac97e4cb759c3b5 (diff) |
correct formatting
-rwxr-xr-x | emailwiz.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emailwiz.sh b/emailwiz.sh index 3938f9a..cd6440a 100755 --- a/emailwiz.sh +++ b/emailwiz.sh @@ -210,7 +210,7 @@ printf "Record Name\\tRecord Type\\tText of entry\\n" # the DKIM record is this one printf "%s._domainkey\\tTXT\\t\\tv=DKIM1; k=rsa; %s\\n" "$subdom" "$pval" # the SPF record is this one -printf "%s\\tTXT\\tTXT\\t\\tv=spf1 mx a:%s -all\\n" "@" "$maildomain" +printf "%s\\tTXT\\t\\tv=spf1 mx a:%s -all\\n" "@" "$maildomain" echo echo echo "$pval" |