Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
lacre:ideas [2023/12/16 15:56] – add setup.py example pfmlacre:ideas [2024/03/16 18:26] – add Milter pfm
Line 31: Line 31:
 Read more in [[https://docs.python.org/3/howto/logging-cookbook.html#use-of-contextvars|Logging Cookbook - Use of contextvars]] and documentation of [[https://docs.python.org/3/library/contextvars.html|contextvars]] module. Read more in [[https://docs.python.org/3/howto/logging-cookbook.html#use-of-contextvars|Logging Cookbook - Use of contextvars]] and documentation of [[https://docs.python.org/3/library/contextvars.html|contextvars]] module.
  
 +===== Provide a Milter =====
 +
 +Instead of using after-queue mail filters, we could use Sendmail 8's [[https://www.postfix.org/MILTER_README.html|Milter API]]. They can be written in Python too (see [[https://pymilter.org/|Python milters]]).
 +
 +With Lacre being a Milter, it would become available for a wider audience (i.e. for Postfix //and// Sendmail admins).