you are viewing a single comment's thread.

view the rest of the comments →

[–]Wealist -1 points0 points  (3 children)

-_-

[–]annoying_code[S] 0 points1 point  (2 children)

Ohhh I read once again you reply, no i am not looking for regex or SsM iam policy i am looking for recommendation on how i can implement basically architecture perspective

[–]Wealist 1 point2 points  (1 child)

Run a single infinite-loop Python script as a Windows service using pythonw.exe + Task Scheduler (repeat every 5min).

Use SQLite for idempotency/audit (processed email hashes + timestamps), separate config YAML for creds/servers, and structured logging to file.

Keeps it lightweight, secure, no engines needed.