Releasing quarantined mails

I 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.
Phil L [ Mo, 15 Oktober 2007 10:15 ] [ ID #1845751 ]

Re: Releasing quarantined mails

Phil L wrote:

> I 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?

The only way I can think of is to move the Qf and df files out of
the normal queue and into the submission queue. The next submission
queue run will resubmit the mail via SMTP allowing for milter processing.

--
David.
DFS [ Di, 16 Oktober 2007 04:56 ] [ ID #1846740 ]

Re: Releasing quarantined mails

> The only way I can think of is to move the Qf and df files out of
> the normal queue and into the submission queue. The next submission
> queue run will resubmit the mail via SMTP allowing for milter processing.

Thanks David that worked.
Phil L [ Di, 16 Oktober 2007 12:49 ] [ ID #1846747 ]
Miscellaneous » comp.mail.sendmail » Releasing quarantined mails

Vorheriges Thema: Strange log messages on a `closed' relay + few more...
Nächstes Thema: Ruleset hook: queuegroup. Cannot enter message in the expected queuegroup