ran...@skurelabs.com:
> My bad, I don't why I did not receive any email in users group.
> Please allow me to use developers group.  As mentioned by you in
> your earlier email, I don't think milter is quarantining the emails.
> Is there any milter example I can see to know how to quarantining
> emails?

In applications that are based on the Sendmail libmilter library,
the Milter application's xxfi_eom() handler calls the smfi_quarantine()
libmilter function. The libmilter library then sends an SMFIR_QUARANTINE
request to Postfix.

https://elias.rhi.hi.is/milter/smfi_quarantine.html
https://elias.rhi.hi.is/milter/xxfi_eom.htmlo

Similar names are used in Python:
https://pythonhosted.org/pymilter/classMilter_1_1Base.html

And so on.

        Wietse

Reply via email to