On Wed, 11 Feb 2004, Jim McCullars wrote:

> On Wed, 11 Feb 2004, Nels Lindquist wrote:
> > $CurrentVirusScannerMessage =~ m/ALERT: \[(\S+) virus|worm\]/

Why not:

        $CurrentVirusScannerMessage =~ m/ALERT: \[(\S+)/

in case they introduce "trojan", "malware" or some other stupid change in
a future version?

Regards,

David.
_______________________________________________
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