[Mimedefang] quarantining spam AND the spam report

Kelson Vibber kelson at speed.net
Tue Oct 14 19:53:37 EDT 2003


On Tuesday 14 October 2003 04:14 pm, Brian C. Hill wrote:
> 	That bounced and qurantined, but quarantine did not
> include the spam report.

Right - it will quarantine the *original* message, which doesn't include the 
report.

What I do is this:

action_quarantine_entire_message();
if (open OUTFILE, ">" . get_quarantine_dir() . "/SPAM_REPORT" ) {
	print OUTFILE "$names\n";
	print OUTFILE "$hits";
	print OUTFILE $report;
	close OUTFILE;
}

-- 
Kelson Vibber
SpeedGate Communications <www.speed.net>



More information about the MIMEDefang mailing list