テスト結果まとめ

テスト	結果
APIキーなし → 拒否	
sender-rule ルールなし → {"matched": false}	
emails POST → メール記録+feedback_url 返却	
sender-context → 集計値を返す	
同じ message_id の重複 → エラー	
フィードバック GET → メール情報を返す	
フィードバック POST always_notify/domain → {"status": "ok"}	
フィードバック後に sender-rule 確認 → always_notify ルール反映	
次は ブラウザでフィードバックページを確認してみてください:

http://localhost:3000/mail/feedback/15c19c3c-3476-4177-8351-3b545c1e51d1
(すでに always_notify フィードバック済みなので「現在の評価: 🔔 常に通知してほしい(変更できます)」と表示されるはずです)
This commit is contained in:
Akira
2026-02-22 10:11:35 +09:00
parent df16ab1ee0
commit 4fd6df418a
2 changed files with 5 additions and 1 deletions

View File

@@ -31,6 +31,8 @@ services:
DB_PORT: 5432
SECRET_KEY: ${SECRET_KEY}
DEBUG: "True"
MAIL_API_KEY: ${MAIL_API_KEY}
FRONTEND_URL: http://localhost:3000
ports:
- "8000:8000"
volumes: