Tartarus CVS: viruswatch: simon

tartarus-commits@lists.tartarus.org tartarus-commits@lists.tartarus.org
Mon, 03 Nov 2003 10:04:34 +0000


CVS Root:       /home/cvs
Module:         viruswatch
Changes by:     simon
Date:           Mon Nov 03 2003  10:04:34 GMT

Log message:
Separated the binary-scanning code out from the main mail-scanning
function. This means we are now able to call it twice: once on the
simple base64-decoded data, and once on the result of doing a second
base64 decode on the output from the first, since a new virus is
apparently base64ing its executables twice and _someone's_ MUA is
falling for this.

Modified files:
    .               : viruswatch.c

Links:
http://cvs.tartarus.org//viruswatch/viruswatch.c.diff?r1=1.11&r2=1.12