On Thu, 26 Feb 2004, Jason Bertoch wrote: > change: if ($CurrentVirusScannerMessage =~ m/infection\: (\S+)/); > to: if ($CurrentVirusScannerMessage =~ m/Infected\: (\S+)/);
Thanks; Jason. I made it: if ($CurrentVirusScannerMessage =~ m/infec.*: (\S+)/i); which should catch both variants (just in case an older version uses "infection:" still.) Regards, David. _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

