changed dir

This commit is contained in:
2026-01-23 13:13:31 -06:00
parent df37f59ff9
commit 8a04151bd2
12 changed files with 48 additions and 11 deletions

View File

@@ -13,7 +13,7 @@ email-worker/
│ ├── sqs_handler.py # SQS polling
│ ├── ses_handler.py # SES email sending
│ └── dynamodb_handler.py # DynamoDB (rules, bounces, blocklist)
├── email/ # Email processing
├── email_processing/ # Email processing
│ ├── parser.py # Email parsing utilities
│ ├── bounce_handler.py # Bounce detection & rewriting
│ ├── rules_processor.py # OOO & forwarding logic