When a message is successfully quarantined, the tempfile (save/tmp*.defang) is not removed. This clutters the save directory.
Logged In: YES user_id=142072
Hmm. The remove is supposed to happen in close(). I wonder if close() is not getting called when DISCARD is returned? This would be a libmilter quirk.
Log in to post a comment.
Logged In: YES
user_id=142072
Hmm. The remove is supposed to happen in close(). I wonder
if close() is not getting called when DISCARD is returned?
This would be a libmilter quirk.