Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
kiekerjan committed Jan 3, 2025
1 parent 5c99641 commit 743467c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion management/dns_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def has_rec(qname, rtype, prefix=None):
relay = config.get("dns", {}).get("relay", {})
if relay:
records.append((None, "TXT", 'v=spf1 mx include:%s ~all' %relay.strip(),
"Recommended. Specifies that only the box and the configure relay are permitted to send @%s mail." % domain))
"Recommended. Specifies that only the box and the configured relay are permitted to send @%s mail." % domain))
else:
records.append((None, "TXT", 'v=spf1 mx ~all', "Recommended. Specifies that only the box is permitted to send @%s mail." % domain))

Expand Down

0 comments on commit 743467c

Please sign in to comment.