On Thu, 12 Feb 2004, Andrew Jayes wrote:

[ I missed the rest of the thread, so sorry of I'm missing something ]

> x-virus-check, [EMAIL PROTECTED],  when there is a virus (which is done by
> another part of the script
>
> x-virus-checked , when no virus was found, but the mail was checked.

if ($VirusFound) { action_add_header("X-Virus-Check", "$FoundVirus"); }
else { action_add_header("X-Virus-Checked", "yes"); }

  Jason

-- 
Jason Englander <[EMAIL PROTECTED]>
394F 7E02 C105 7268 777A  3F5A 0AC0 C618 0675 80CA

_______________________________________________
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[EMAIL PROTECTED]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to