[Mimedefang] quarantined spam & saving SA report

David F. Skoll dfs at roaringpenguin.com
Fri Jun 13 22:17:02 EDT 2003


On Sat, 14 Jun 2003, Stephane Lentz wrote:

> correct me if I'm wrong but currently the SpamAssassin report
> is not saved for quarantined messages that are found to be spam.

Right.

[...]

> This could be accomplised by adding a second parameter to
> action_quarantine_entire_message($msg,$spamreport) for instance

Why not:

	my $qdir = get_quarantine_dir();
	if (open(REPORT, ">$qdir/SAREPORT")) {
		print REPORT, "$spamreport\n";
		close(REPORT);
	}

> BTW are you all using separate quarantined directories for spam
> and viruses through the use $QuarantineDir ?

I do not make use of action_quarantine or action_quarantine_entire_message
myself.

Regards,

David.



More information about the MIMEDefang mailing list