I am using a custom milter in my postfix to implement policy restrictions. If I want to quarantine a mail what should I return
The milter site explains a function called quarantine https://www.milter.org/developers/api/smfi_quarantine Do I just make a call to this function in the eom() and the mail will get quarantined ? I am not getting any samples of this Thanks Ram