Browse code

Clarification

git-svn: trunk@2556

Nigel Horne authored on 2006/12/14 01:55:17
Showing 3 changed files
... ...
@@ -1,3 +1,7 @@
1
+Wed Dec 13 16:54:38 GMT 2006 (njh)
2
+----------------------------------
3
+  * clamav-milter:	Clarified the meaning of the --postmaster-only option
4
+
1 5
 Wed Dec 13 13:51:32 GMT 2006 (njh)
2 6
 ----------------------------------
3 7
   * libclamav/blob.c:	Fix a performance issue raised by Steve Basford,
... ...
@@ -24,7 +24,7 @@
24 24
  *
25 25
  * For installation instructions see the file INSTALL that came with this file
26 26
  */
27
-static	char	const	rcsid[] = "$Id: clamav-milter.c,v 1.303 2006/12/11 09:36:02 njh Exp $";
27
+static	char	const	rcsid[] = "$Id: clamav-milter.c,v 1.304 2006/12/13 16:54:21 njh Exp $";
28 28
 
29 29
 #define	CM_VERSION	"devel-111206"
30 30
 
... ...
@@ -567,7 +567,7 @@ help(void)
567 567
 	puts(_("\t--noxheader\t\t-n\tSuppress X-Virus-Scanned/X-Virus-Status headers."));
568 568
 	puts(_("\t--pidfile=FILE\t\t-i FILE\tLocation of pidfile."));
569 569
 	puts(_("\t--postmaster\t\t-p EMAIL\tPostmaster address [default=postmaster]."));
570
-	puts(_("\t--postmaster-only\t-P\tSend warnings only to the postmaster."));
570
+	puts(_("\t--postmaster-only\t-P\tSend notifications only to the postmaster."));
571 571
 	puts(_("\t--quiet\t\t\t-q\tDon't send e-mail notifications of interceptions."));
572 572
 	puts(_("\t--quarantine=USER\t-Q EMAIL\tQuarantine e-mail account."));
573 573
 	puts(_("\t--report-phish=EMAIL\t-r EMAIL\tReport phish to this email address."));
... ...
@@ -162,17 +162,19 @@ if the User option is set in
162 162
 then that user must have the rights to create the file.
163 163
 .TP
164 164
 \fB-p, \-\-postmaster=EMAILADDRESS\fR
165
-Sets the e-mail address to send notifications to when the \-\-quiet option
166
-is not given.
165
+Sets the e-mail address that receives notifications of viruses caught,
166
+when the \-\-quiet option is not given.
167 167
 .TP
168 168
 \fB-P, \-\-postmaster-only\fR
169 169
 When the \-\-quiet option is not given, send a notification to the postmaster.
170
-Setting this flag will include the ID of the message which can ease searching
171
-through system logs if the administrator believes it is a locally sourced
172
-virus.
170
+Setting this flag will include the ID of the message in the email's body
171
+which can ease searching through system logs if the administrator believes it
172
+is a locally sourced virus.
173
+Without this option, the intended recipient of the email will also receive a
174
+copy of the notification of the interception.
173 175
 .TP
174 176
 \fB-q, \-\-quiet\fR
175
-Don't send any warning messages when a virus or worm or is detected.
177
+Don't send any notification messages when a virus or worm is detected.
176 178
 This option overrides the \-\-bounce and \-\-postmaster-only options, and is
177 179
 the way to turn off notification to the postmaster.
178 180
 .TP