[exim-cvs] fix dmarc_status condition documentation

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Exim Git Commits Mailing List
Datum:  
To: exim-cvs
Betreff: [exim-cvs] fix dmarc_status condition documentation
Gitweb: http://git.exim.org/exim.git/commitdiff/7a8678e64e9843e3eded4437c20aec6e12d92dd9
Commit:     7a8678e64e9843e3eded4437c20aec6e12d92dd9
Parent:     970ba64f07bf5523c7098235664f2ce02962a128
Author:     bes-internal <bes.internal@???>
AuthorDate: Mon Sep 30 18:06:06 2013 +0300
Committer:  bes-internal <bes.internal@???>
CommitDate: Mon Sep 30 18:06:06 2013 +0300


    fix dmarc_status condition documentation
---
 doc/doc-txt/experimental-spec.txt |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)


diff --git a/doc/doc-txt/experimental-spec.txt b/doc/doc-txt/experimental-spec.txt
index 9f59990..f9be19c 100644
--- a/doc/doc-txt/experimental-spec.txt
+++ b/doc/doc-txt/experimental-spec.txt
@@ -755,11 +755,13 @@ mean, refer to the DMARC website above.  Valid strings are:
                 rejecting the email.
   o quarantine  The DMARC check failed and the library recommends
                 keeping it for further inspection.
+  o none        The DMARC check passed and the library recommends
+                no specific action, neutral.
   o norecord    No policy section in the DMARC record for this
                 sender domain.
   o nofrom      Unable to determine the domain of the sender.
-  o none        There is no DMARC record for this sender domain.
-  o error       Library error or dns error.
+  o temperror   Library error or dns error.
+  o off         The DMARC check was disable for this email.


You can prefix each string with an exclamation mark to invert its
meaning, for example "!accept" will match all results but