It would be good to be notified when the milter is closed. My use case is to store the email to file. One option is to open, write and close the file each time body content is received or keep the email in memory until Milter.Body is called, but it would be good if the file can be kept open.
I suppose a more "sensible" use case is to ensures that cleanup is done when the milter is closed. Like deleting temporary files.
It would be good to be notified when the milter is closed. My use case is to store the email to file. One option is to open, write and close the file each time body content is received or keep the email in memory until Milter.Body is called, but it would be good if the file can be kept open.
I suppose a more "sensible" use case is to ensures that cleanup is done when the milter is closed. Like deleting temporary files.