Route former work senders under opdrachten
Prompts used since the previous commit: - Ik wil niet dat je de term Oude Context gebruikt. De files moeten in plaats daarvan onder de map Werk.Opdrachten. Special observations: - Updated only routing/documentation paths for drenthe.nl, rdw.nl, and plasbossinade.nl. - verplaats_log.json remains modified from the user's run and was intentionally not staged.
This commit is contained in:
+3
-3
@@ -30,9 +30,9 @@ DOMAIN_ROUTES: list[tuple[list[str], str]] = [
|
||||
(["hey.meetjamie.ai", "notifications.meetjamie.ai"], "Werk.Opdrachten.Jamie"),
|
||||
(["maandag.com"], "Werk.Opdrachten.Maandag"),
|
||||
(["futurexl.nl"], "Werk.Opdrachten.FutureXL"),
|
||||
(["drenthe.nl"], "Werk.Oude context.Provincie Drenthe"),
|
||||
(["rdw.nl"], "Werk.Oude context.RDW"),
|
||||
(["plasbossinade.nl"], "Werk.Oude context.PlasBossinade"),
|
||||
(["drenthe.nl"], "Werk.Opdrachten.Provincie Drenthe"),
|
||||
(["rdw.nl"], "Werk.Opdrachten.RDW"),
|
||||
(["plasbossinade.nl"], "Werk.Opdrachten.PlasBossinade"),
|
||||
(["boip.int"], "Werk.Overig.BOIP"),
|
||||
(["groningen.nl", "groningenbereikbaar.nl"], "Werk.Overig.Gemeente Groningen"),
|
||||
(["kvk.nl"], "Administratie.KvK"),
|
||||
|
||||
+2
-2
@@ -52,7 +52,7 @@ Destination policy:
|
||||
- Final destination folders under `Archief` should not be created.
|
||||
- `Technisch` and `Technisch.DMARC` are valid destination folders.
|
||||
- `Administratie` is a valid destination root; KvK messages route to `Administratie.KvK`.
|
||||
- Old work-context senders may be routed into separate folders under `Werk.Oude context.*`.
|
||||
- Former assignment senders should be routed into separate folders under `Werk.Opdrachten.*`.
|
||||
- `zuiderzee.net` and generic `gmail.com` messages should remain unmatched for now.
|
||||
|
||||
Sieve:
|
||||
@@ -71,7 +71,7 @@ Shared modules:
|
||||
Current INBOX candidate domain routing additions:
|
||||
|
||||
- `mijnkantoorapp.nl` and `dijkman-ac.nl` route to `Financieel.Boekhouding.Dijkman`.
|
||||
- `drenthe.nl`, `rdw.nl`, and `plasbossinade.nl` route to separate old-work-context folders under `Werk.Oude context`.
|
||||
- `drenthe.nl`, `rdw.nl`, and `plasbossinade.nl` route to separate folders under `Werk.Opdrachten`.
|
||||
- `kvk.nl` routes to `Administratie.KvK`.
|
||||
- `godaddy.com`, `cloud86.io`, and `cloud86.zendesk.com` route under `Diensten.Hosting`.
|
||||
- `mail.anthropic.com`, `canva.com`, `account.canva.com`, `microsoft.com`, `market.envato.com`, `email.remarkable.com`, `nordaccount.com`, and `info.expressvpn.com` route under `Diensten`.
|
||||
|
||||
Reference in New Issue
Block a user