Browse code

Added --quarantine-dir option

git-svn: trunk@133

Nigel Horne authored on 2003/11/30 17:08:45
Showing 1 changed files
... ...
@@ -61,9 +61,13 @@ Don't send any warning messages when a virus or worm or is detected.
61 61
 This option overrides the \-\-bounce and \-\-postmaster-only options, and is
62 62
 the way to turn off notification to the postmaster.
63 63
 .TP
64
-\fB-Q, \-\-Quarantine=EMAILADDRESS\fR
64
+\fB-Q, \-\-quarantine=EMAILADDRESS\fR
65 65
 If this e-mail address is given, messages containing a virus or worm are
66 66
 redirected to it.
67
+.TP
68
+\fB-U, \-\-quarantine-dir=DIR\fR
69
+If this option is given, infected files are left in this directory.
70
+Note - this option only works when using LocalSocket.
67 71
 .TP 
68 72
 \fB\-\-server=ADDRESS, \-s ADDRESS\fR
69 73
 IP address of server running clamd (when using TCPsocket).