From 11c76a42d6362d71f9e964f091c70bccaf747c51 Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Sun, 24 Feb 2019 23:02:57 -0500 Subject: [PATCH] Update index.rst --- docs/index.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 564b5f3..b2f59c5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1220,20 +1220,20 @@ indicators are also in alignment**. +-----------------------+-----------------------+-----------------------+ | | **DKIM** | **SPF** | +-----------------------+-----------------------+-----------------------+ -| **Passing** | The signature in the | The mail server’s IP | +| **Passing** | The signature in the | The mail server's IP | | | DKIM header is | address is listed in | | | validated using a | the SPF record of the | | | public key that is | domain in the SMTP | -| | published as a DNS | envelope’s mail from | +| | published as a DNS | envelope's mail from | | | record of the domain | header | | | name specified in the | | | | signature | | +-----------------------+-----------------------+-----------------------+ | **Alignment** | The signing domain | The domain in the | -| | aligns with the | SMTP envelope’s mail | +| | aligns with the | SMTP envelope's mail | | | domain in the | from header aligns | -| | message’s from header | with the domain in | -| | | the message’s from | +| | message's from header | with the domain in | +| | | the message's from | | | | header | +-----------------------+-----------------------+-----------------------+