This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git


The following commit(s) were added to refs/heads/master by this push:
     new 83661f9  JAMES-3664 Fix typos in DKIM example (#773)
83661f9 is described below

commit 83661f965bf7be92657df1dc6264f1d6c2d6a117
Author: Benoit TELLIER <[email protected]>
AuthorDate: Mon Dec 6 22:28:01 2021 +0700

    JAMES-3664 Fix typos in DKIM example (#773)
---
 src/homepage/howTo/dkim.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/homepage/howTo/dkim.html b/src/homepage/howTo/dkim.html
index 180cf56..b916e80 100644
--- a/src/homepage/howTo/dkim.html
+++ b/src/homepage/howTo/dkim.html
@@ -137,9 +137,9 @@ Text: v=DKIM1; k=rsa; 
p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNAD[...Your Public Key...]
       [Your Private Key]
       -----END RSA PRIVATE KEY-----
       &lt;/privateKey&gt;
-    &lt;mailet&gt;
+    &lt;/mailet&gt;
   &lt;/processor&gt;
-&lt;/processor&gt;
+&lt;/processors&gt;
 [...]</code></pre>
 
 <h1><b>Verifying DKIM Record</b></h1>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to