Added note about signature will not always be seen

git-svn: trunk@1787
remotes/push_mirror/metadata
Nigel Horne 20 years ago
parent 4188277c4c
commit 741a082e7c
  1. 10
      clamav-devel/clamav-milter/clamav-milter.c
  2. 4
      clamav-devel/docs/man/clamav-milter.8

@ -22,7 +22,7 @@
*
* For installation instructions see the file INSTALL that came with this file
*/
static char const rcsid[] = "$Id: clamav-milter.c,v 1.224 2005/12/14 08:51:04 nigelhorne Exp $";
static char const rcsid[] = "$Id: clamav-milter.c,v 1.225 2005/12/16 13:30:52 nigelhorne Exp $";
#define CM_VERSION "devel-141205"
@ -2133,7 +2133,7 @@ clamfi_connect(SMFICTX *ctx, char *hostname, _SOCK_ADDR *hostaddr)
}
pthread_mutex_unlock(&wrap_mutex);
}
#endif
#endif /*WITH_TCPWRAP*/
if(fflag)
/*
@ -3167,6 +3167,12 @@ clamfi_eom(SMFICTX *ctx)
if(privdata->body) {
/*
* Add a signature that all has been scanned OK
*
* Note that this is simple minded and isn't aware of
* any MIME segments in the message. In practice
* this means that the message will only display
* on users' terminals if the message is
* plain/text
*/
off_t len = updateSigFile();

@ -176,7 +176,9 @@ reached.
The default value for ADDRESS is 127.0.0.1 (localhost).
.TP
\fB\-\-sign, \-S\fR
Add a hard\-coded signature to each scanned file.
Add a hard\-coded signature to each scanned file. It is likely that this
signature will only display on the end user's terminal if the message is
plain/text or not encoded.
.TP
\fB\-\-signature-file, \-F\fR
Location of file to be appended to each scanned message. Overrides \-S.

Loading…
Cancel
Save