EDIT THIS FILE AND SELECT YOUR SCANNER HERE

The first line of this file gives the scan command to be executed by qscanq.
The command may be any command line invoking a virus scanner that scans
the current directory (and any subdirectories), and returns:
0 - if no virus is detected,
1 - if a virus is detected, and
something else if a runtime error occurs.

Examples:
/package/mail/qscanq/command/run-antivir		# Wrapper for antivir
/usr/local/bin/clamscan -r --quiet --tempdir=. .	# clamscan w/o wrapper
/usr/local/bin/clamdscan --quiet ./			# clamdscan
/usr/local/bin/clamdscan --quiet -			# clamdscan; scan stdin

(NOTE: The "#" and subsequent text are NOT meant to be copied into the
first line of the file; they are comments for your benefit.)

You MUST adjust the value in conf-scan-stdin to reflect whether the scanner
will read standard input, or whether it needs a file to scan in the working
directory.
