[Mimedefang] How to resend a quarantined messages later?

David F. Skoll dfs at roaringpenguin.com
Thu Aug 1 11:18:01 EDT 2002


On Thu, 1 Aug 2002, Tanel Kokk wrote:

> I want implement such policy:

> - if mimedefang/spamassassin discovers an e-mail as spam, e-mail will be
> quarantined - with procedure action_quarantine_entire_message().

> - sometimes admin checks quarantined mail and when discovers some
> e-mails not to be spam, then will release these e-mails.

http://www.roaringpenguin.com/mimedefang/canit/

But if you don't want to pay for it, then:

> Now my question: what is the best way to release or deliver previously
> quarantined/spooled e-mails?

sendmail -f`cat SENDER` `cat RECIPIENTS` < ENTIRE_MESSAGE

But make sure it doesn't get quarantined again... you need a rule
in your filter to allow anything from 127.0.0.1 (for example).

--
David.




More information about the MIMEDefang mailing list