Browse code

Started coding e-mail template support

git-svn-id: file:///var/lib/svn/clamav-devel/trunk/clamav-devel@508 77e5149b-7576-45b1-b177-96237e5ba77b

Nigel Horne authored on 2004/04/19 22:32:30
Showing 1 changed files
... ...
@@ -323,6 +323,9 @@
323 323
  *
324 324
  * Change History:
325 325
  * $Log: clamav-milter.c,v $
326
+ * Revision 1.76  2004/04/19 13:28:41  nigelhorne
327
+ * Started coding e-mail template support
328
+ *
326 329
  * Revision 1.75  2004/04/19 13:28:00  nigelhorne
327 330
  * Started coding e-mail template support
328 331
  *
... ...
@@ -533,7 +536,7 @@
533 533
  * Revision 1.6  2003/09/28 16:37:23  nigelhorne
534 534
  * Added -f flag use MaxThreads if --max-children not set
535 535
  */
536
-static	char	const	rcsid[] = "$Id: clamav-milter.c,v 1.75 2004/04/19 13:28:00 nigelhorne Exp $";
536
+static	char	const	rcsid[] = "$Id: clamav-milter.c,v 1.76 2004/04/19 13:28:41 nigelhorne Exp $";
537 537
 
538 538
 #define	CM_VERSION	"0.70l"
539 539
 
... ...
@@ -798,7 +801,7 @@ help(void)
798 798
 	puts("\t--server=SERVER\t\t-s SERVER\tHostname/IP address of server(s) running clamd (when using TCPsocket).");
799 799
 	puts("\t--sign\t\t\t-S\tAdd a hard-coded signature to each scanned message.");
800 800
 	puts("\t--signature-file\t-F\tLocation of signature file.");
801
-	puts("\t--template-file\t-s\tLocation of e-mail template file.");
801
+	puts("\t--template-file\t-t\tLocation of e-mail template file.");
802 802
 	puts("\t--version\t\t-V\tPrint the version number of this software.");
803 803
 #ifdef	CL_DEBUG
804 804
 	puts("\t--debug-level=n\t\t-x n\tSets the debug level to 'n'.");