[Mimedefang] using action_add_part on msgs to be quarantined

David F. Skoll dfs at roaringpenguin.com
Tue Nov 23 08:21:45 EST 2004


On Tue, 23 Nov 2004, Rolf wrote:

[calls action_add_part]

> yet there is no part added to any of the files in the relevant
> qdir-d-a-t-e-ti.me.-001/

> Presumably by design, but how can I include the SA report there?

    my $qdir = get_quarantine_dir();
    if (open(SAREPORT, ">$qdir/SA-REPORT.TXT")) {
        print SAREPORT "$report\n";
        close(SAREPORT);
    }
    action_quarantine_entire_message();

--
David.



More information about the MIMEDefang mailing list