PopIt3 — Email Routing

The dispatcher routes incoming emails to handlers based on recipient address.

Routing Table

john.js@critchley.biz — newparser_jobserve (job listing analysis)

john.dl@critchley.biz — MyDavidLloydSchedule (gym bookings)

envoy@critchley.biz — mailspool / WebDAV (AI agent task queue)

Mechanism

Emails fetched via POP3 (Outlook OAuth2 via msauth). Dispatcher reads the To: header and calls the matching handler. Unmatched addresses are logged and discarded.

See Also

popit3 — parent. popit3/mail-filters — filter logic applied before routing.

version 1  ·  created 2026-05-29