diff --git a/bait/.gitkeep b/bait/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/bait/README.md b/bait/README.md new file mode 100644 index 00000000..ef4dbd02 --- /dev/null +++ b/bait/README.md @@ -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.