{"id":46162731,"url":"https://github.com/masa23/mmauth","last_synced_at":"2026-03-06T07:03:46.252Z","repository":{"id":290895819,"uuid":"975906242","full_name":"masa23/mmauth","owner":"masa23","description":"This package is a library for DKIM and ARC signing.","archived":false,"fork":false,"pushed_at":"2026-02-25T05:31:35.000Z","size":218,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-25T10:44:57.456Z","etag":null,"topics":["arc","dkim","golang","mail"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/masa23.png","metadata":{"files":{"readme":"README.ja.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-01T05:58:05.000Z","updated_at":"2026-02-25T05:30:47.000Z","dependencies_parsed_at":"2025-05-01T07:25:16.022Z","dependency_job_id":"6682f4b3-9a47-415a-9ccf-5b9a16b8d12b","html_url":"https://github.com/masa23/mmauth","commit_stats":null,"previous_names":["masa23/mmauth"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/masa23/mmauth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masa23%2Fmmauth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masa23%2Fmmauth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masa23%2Fmmauth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masa23%2Fmmauth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/masa23","download_url":"https://codeload.github.com/masa23/mmauth/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masa23%2Fmmauth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30000028,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T11:09:27.951Z","status":"ssl_error","status_checked_at":"2026-03-02T11:08:53.255Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arc","dkim","golang","mail"],"created_at":"2026-03-02T11:31:17.394Z","updated_at":"2026-03-06T07:03:46.225Z","avatar_url":"https://github.com/masa23.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mmauth [![Go Report Card](https://goreportcard.com/badge/github.com/masa23/mmauth)](https://goreportcard.com/report/github.com/masa23/mmauth) [![GoDoc](https://godoc.org/github.com/masa23/mmauth?status.svg)](https://godoc.org/github.com/masa23/mmauth) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/masa23/mmauth/main/LICENSE)\n\n* [日本語](README.ja.md)\n* [English](README.md)\n\nDKIM署名、ARC署名を行うGoライブラリです。  \n[RFC6376](https://datatracker.ietf.org/doc/html/rfc6376)、[RFC8617](https://datatracker.ietf.org/doc/html/rfc8617)、に準拠することを目指しています。\n\n## 特長\n\n- **DKIM** による送信メールの署名\n- 転送時に **ARC** チェーンを追加\n\n## インストール\n\n```bash\n go get github.com/masa23/mmauth\n```\n\n## 使用例\n\n* [arcmilter](https://github.com/masa23/arcmilter) はこのライブラリを利用したmilterの実装です。\n\n## ライセンス\n\nこのプロジェクトは MIT ライセンスのもとで公開されています。詳細は [LICENSE](LICENSE) ファイルをご覧ください。\n\n### SPF テストデータのライセンス\n\n`spf/pyspf/test` ディレクトリにある SPF テストデータには別々のライセンスが付与されています:\n- `rfc4408-tests.yml` は BSD 系ライセンスです。詳細は [spf/pyspf/test/rfc4408-tests.LICENSE](spf/pyspf/test/rfc4408-tests.LICENSE) を参照してください。\n- `rfc7208-tests.yml` は BSD 系ライセンスです。詳細は [spf/pyspf/test/rfc7208-tests.LICENSE](spf/pyspf/test/rfc7208-tests.LICENSE) を参照してください。\n- その他のテストファイルは Python Software Foundation License Version 2 の下でライセンスされています。詳細は [spf/pyspf/LICENSE](spf/pyspf/LICENSE) を参照してください。\n\n## Thanks!\n\n以下のライブラリは制作に当たって参考にさせていただきました。\n\n  * [emersion/go-msgauth](https://github.com/emersion/go-msgauth/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasa23%2Fmmauth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmasa23%2Fmmauth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasa23%2Fmmauth/lists"}