[Mimedefang] FSAV

David F. Skoll dfs at roaringpenguin.com
Thu Feb 26 11:13:32 EST 2004


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.



More information about the MIMEDefang mailing list