Releasing quarantined mails
am 15.10.2007 10:15:45 von Phil LI have a milter that quarantines mails using the smfi_quarantine()
function. I can then release these mails later using the 'sendmail -qQ
-qI{queueid}' command.
The problem I have is that I want the mails released from quarantine
to go through the milter processing again. Is this possible?
Thanks.