~ubuntu-branches/ubuntu/saucy/clamav/saucy-backports

« back to all changes in this revision

Viewing changes to docs/man/clamsubmit.1.in

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2014-07-15 01:08:10 UTC
  • mfrom: (0.35.47 sid)
  • Revision ID: package-import@ubuntu.com-20140715010810-ru66ek4fun2iseba
Tags: 0.98.4+dfsg-2~ubuntu13.10.1
No-change backport to saucy (LP: #1341962)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH "Config tool" "1" "March 20, 2014" "ClamAV @VERSION@" "Clam AntiVirus"
 
2
.SH "NAME"
 
3
.LP 
 
4
clamsubmit \- File submission utility for ClamAV
 
5
.SH "SYNOPSIS"
 
6
.LP 
 
7
clamsubmit [options]
 
8
.SH "DESCRIPTION"
 
9
.LP 
 
10
clamsubmit submits files to Sourcefire for further analysis.
 
11
.SH "OPTIONS"
 
12
.LP 
 
13
 
 
14
.TP 
 
15
\fB\-h, \-?\fR
 
16
Display help to stderr and exit.
 
17
.TP 
 
18
\fB\-e EMAIL\fR
 
19
Required option for setting the email address for the submission.
 
20
.TP 
 
21
\fB\-n FILE\fR
 
22
Submit a file that reports as a false negative (ClamAV reports CLEAN). FILE can be - to specify stdin. Mutually exclusive with -p.
 
23
.TP 
 
24
\fB\-N NAME\fR
 
25
Required option for setting the name of the sender for the submission.
 
26
.TP
 
27
\fB-p FILE\fR
 
28
Submit a file that reports as a false positive (ClamAV flags the file as virus). FILE can be - to specify stdin. Mutually exclusive with -n.
 
29
.SH "CREDITS"
 
30
The idea of this tool is based on Postfix's postconf. clamconf was created under pressure from Tomasz Papszun ;-)
 
31
.SH "AUTHOR"
 
32
.LP 
 
33
Shawn Webb <swebb@sourcefire.com>