On Wed, Sep 09, 2026 at 04:32:50PM -0400, Stuart D Gathman wrote:
> Sounds like the filter API needs something like pymilter.  A nice C
> extension for python makes sendmail filters ("milter" API) easy peasy.
> Is it practical for the filter to talk to a separate python process?

Yes, the main thing you'd have to watch out for is that if the filter process
dies then smtpd will terminate, (which is by design).

Reply via email to