chore(bait): scaffold default seed dir with README

Empty directory tracked via .gitkeep so operators see it on first
clone; README documents the .eml/.json drop-in flow that the IMAP/POP3
compose fragments wire up by default.
This commit is contained in:
2026-05-03 04:30:09 -04:00
parent b3a96a045f
commit 6e19d3a25a
2 changed files with 5 additions and 0 deletions

0
bait/.gitkeep Normal file
View File

5
bait/README.md Normal file
View File

@@ -0,0 +1,5 @@
# bait/
Default operator-supplied email seed for IMAP/POP3 deckies. Drop `*.eml` and/or `*.json` files here; the IMAP/POP3 services bind-mount this dir read-only at `/var/spool/decnet-emails/seed` when no per-decky `email_seed` is configured. Entries concatenate onto the hardcoded bait baseline (additive to realism-engine output, never replacing).
JSON shape: list of dicts with required `from_addr`, `to_addr`, `subject`, `body`; optional `from_name`, `date`, `flags`. See `decnet/templates/imap/server.py` for the loader.