me
/
guix
Archived
1
0
Fork 0

gnu: python-authres: Edit description.

* gnu/packages/mail.scm (python-authres)[synopsis, description]: Edit.
Or, one typo fix run amok.
master
Tobias Geerinckx-Rice 2020-08-30 06:08:48 +02:00
parent 92bc522932
commit 70134af9f5
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 13 additions and 14 deletions

View File

@ -3453,23 +3453,22 @@ designed for keyboard-oriented operation.")
(lambda _ (lambda _
(invoke "python" "-m" "authres" "-v")))))) (invoke "python" "-m" "authres" "-v"))))))
(home-page "https://launchpad.net/authentication-results-python") (home-page "https://launchpad.net/authentication-results-python")
(synopsis "Email Authentication Results Header Module") (synopsis "Authentication-Results email header creator and parser")
(description (description
"This module can be used to generate and parse RFC 5451/7001/7601 "This Python module can be used to generate and parse RFC 5451/7001/7601
Authentication-Results headers. It also supports Authentication Results @code{Authentication-Results} email headers. It supports extensions such as:
extensions:
@itemize @itemize
@item RFC 5617 DKIM/ADSP @item RFC 5617 DKIM/ADSP
@item RFC 6008 DKIM signature identification (header.b) @item RFC 6008 DKIM signature identification (@code{header.b})
@item RFC 6212 Vouch By Reference (VBR) @item RFC 6212 @acronym{VBR, Vouch By Reference}
@item RFC 6577 Sender Policy Framework (SPF) @item RFC 6577 @acronym{SPF, Sender Policy Framework}
@item RFC 7281 Authentication-Results Registration for S/MIME @item RFC 7281 @code{Authentication-Results} registration for S/MIME
@item RFC 7293 The Require-Recipient-Valid-Since Header Field @item RFC 7293 The @code{Require-Recipient-Valid-Since} header field
@item RFC 7489 Domain-based Message Authentication, Reporting, and Conformance (DMARC) @item RFC 7489 @acronym{DMARC, Domain-based Message Authentication Reporting
@item Authenticated Recieved Chain (ARC) (draft-ietf-dmarc-arc-protocol-08) and Conformance}
@end itemize @item @acronym{ARC, Authenticated Received Chain}
Note: RFC 7601 obsoletes RFC 5451, 6577, 7001, and 7410. Authres supports the (draft-ietf-dmarc-arc-protocol-08)
current standard. No backward compatibility issues have been noted.") @end itemize\n")
(license license:asl2.0))) (license license:asl2.0)))
(define-public python-dkimpy (define-public python-dkimpy