all
Linux
Would it be possible to use a filebased virus scanner?
For example like it is possible in Amavis:
['Sophos Anti Virus (sweep)', '/usr/local/bin/sweep',
'-nb -f -all -rec -ss -sc -archive {}',
[0,2], qr/Virus .*? found/,
qr/^>>> Virus(?:(?: fragment)? '?(.+?)'? found)/,
sub {$ENV{SAV_IDE}='/usr/local/sav'},
],
No it won't: it is unsafe, slow and stupid.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Most helpful comment
No it won't: it is unsafe, slow and stupid.