[Mimedefang] x-virus checked

Andrew Jayes andrew.jayes at visitheartofengland.com
Wed Feb 11 06:23:14 EST 2004


Hi,
	Is it posable to append the header with a virus checked field?
The same as the x-spam-score field.

Just to back track a little, maybe mimedefang does this already and my
scanners are just not working.

But if not, would I add the same code as x-spam-score:

If ($Features{"Virus:NAI"}) {
	Action_change_header("x-virus-checked-NAI")
}

If ($Features{"Virus:CLAMAV"}) {
	Action_change_header("x-virus-checked-CLAMAV")
} 


the code may need to be a little more sophisticated, any suggestions are
welcome.

if so would I put this code in the mimedefang_warning section or the
filter section?

andrew



More information about the MIMEDefang mailing list