Skip to content

Commit 64ecbba

Browse files
committed
dmarc: finish migration to go-msgauth
1 parent e8429d8 commit 64ecbba

File tree

6 files changed

+7
-48
lines changed

6 files changed

+7
-48
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ A Go library to authenticate e-mails:
88

99
* Create and verify [DKIM signatures][DKIM]
1010
* Create and parse [Authentication-Results header fields][Authentication-Results]
11+
* Fetch [DMARC] records
1112

1213
## DKIM [![GoDoc](https://godoc.org/github.com/emersion/go-msgauth/dkim?status.svg)](https://godoc.org/github.com/emersion/go-msgauth/dkim)
1314

@@ -77,9 +78,14 @@ if err != nil {
7778
log.Println(identifier, results)
7879
```
7980

81+
## DMARC [![GoDoc](https://godoc.org/github.com/emersion/go-msgauth/dmarc?status.svg)](https://godoc.org/github.com/emersion/go-msgauth/dmarc)
82+
83+
See the GoDoc page.
84+
8085
## License
8186

8287
MIT
8388

8489
[DKIM]: https://tools.ietf.org/html/rfc6376
8590
[Authentication-Results]: https://tools.ietf.org/html/rfc7601
91+
[DMARC]: http://tools.ietf.org/html/rfc7489

dmarc/cmd/dmarc-lookup/main.go renamed to cmd/dmarc-lookup/main.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
//+build ignore
2-
31
package main
42

53
import (
64
"flag"
75
"log"
86

9-
"github.com/emersion/go-dmarc"
7+
"github.com/emersion/go-msgauth/dmarc"
108
)
119

1210
func main() {

dmarc/.gitignore

Lines changed: 0 additions & 12 deletions
This file was deleted.

dmarc/LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

dmarc/README.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

dmarc/go.mod

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)