aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Johnson <nick@nicholasjohnson.ch>2024-06-09 00:00:00 +0000
committerNicholas Johnson <nick@nicholasjohnson.ch>2024-06-09 00:00:00 +0000
commit7441f27a34af38517c9b83b49d220fe5199b451e9505be1614a2c30bd641f687 (patch)
tree16881247fbc5060bf32002ba5a710c306a26ecd690302ed829c2971e44eb1368
parent1860f90a16afd7fff2b3491e4a4fa361231398a69289d9914ed311d3ce906dfa (diff)
Add quote Markdown syntax
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 84db23a..0f59419 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,6 @@
[RFC4871](https://datatracker.ietf.org/doc/html/rfc4871.html) states:
-"DomainKeys Identified Mail (DKIM) defines a domain-level authentication framework for email using public-key cryptography and key server technology to permit verification of the source and contents of messages by either Mail Transfer Agents (MTAs) or Mail User Agents (MUAs). The ultimate goal of this framework is to permit a signing domain to assert responsibility for a message, thus protecting message signer identity and the integrity of the messages they convey while retaining the functionality of Internet email as it is known today. Protection of email identity may assist in the global control of "spam" and "phishing"."
+> "DomainKeys Identified Mail (DKIM) defines a domain-level authentication framework for email using public-key cryptography and key server technology to permit verification of the source and contents of messages by either Mail Transfer Agents (MTAs) or Mail User Agents (MUAs). The ultimate goal of this framework is to permit a signing domain to assert responsibility for a message, thus protecting message signer identity and the integrity of the messages they convey while retaining the functionality of Internet email as it is known today. Protection of email identity may assist in the global control of "spam" and "phishing"."
DKIM also provides non-repudiation, despite it not being an explicit design goal. To retain email deniability, I rotate my DKIM keys and publish the revoked ones, which can be found in the `keys` directory.