[Mimedefang] quarantining spam AND the spam report

Brian C. Hill bchill at bch.net
Tue Oct 14 19:14:40 EDT 2003


	I am not sure I understand how to do this. 

	In filter_end, where the SpamAssassin checks are done,

	First I did:

	action_bounce("msg");
	action_quarantine_entire_message("msg");

	That bounced and qurantined, but quarantine did not
include the spam report.

	I tried 

	action_bounce("msg");
	action_quarantine($entity,"msg");

	That had no effect.

	Mixing action_quarantine and action_quarantine_entire_message
after action_bounce seemed to have no effect, either.

Brian



More information about the MIMEDefang mailing list