Skip to content

Commit

Permalink
dmarc: finish migration to go-msgauth
Browse files Browse the repository at this point in the history
  • Loading branch information
emersion committed Apr 14, 2019
1 parent e8429d8 commit 64ecbba
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 48 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ A Go library to authenticate e-mails:

* Create and verify [DKIM signatures][DKIM]
* Create and parse [Authentication-Results header fields][Authentication-Results]
* Fetch [DMARC] records

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

Expand Down Expand Up @@ -77,9 +78,14 @@ if err != nil {
log.Println(identifier, results)
```

## DMARC [![GoDoc](https://godoc.org/github.com/emersion/go-msgauth/dmarc?status.svg)](https://godoc.org/github.com/emersion/go-msgauth/dmarc)

See the GoDoc page.

## License

MIT

[DKIM]: https://tools.ietf.org/html/rfc6376
[Authentication-Results]: https://tools.ietf.org/html/rfc7601
[DMARC]: http://tools.ietf.org/html/rfc7489
4 changes: 1 addition & 3 deletions dmarc/cmd/dmarc-lookup/main.go → cmd/dmarc-lookup/main.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
//+build ignore

package main

import (
"flag"
"log"

"github.com/emersion/go-dmarc"
"github.com/emersion/go-msgauth/dmarc"
)

func main() {
Expand Down
12 changes: 0 additions & 12 deletions dmarc/.gitignore

This file was deleted.

21 changes: 0 additions & 21 deletions dmarc/LICENSE

This file was deleted.

9 changes: 0 additions & 9 deletions dmarc/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions dmarc/go.mod

This file was deleted.

0 comments on commit 64ecbba

Please sign in to comment.