Browse code

fix typo in the milter

git-svn: trunk@4437

aCaB authored on 2008/11/20 01:34:03
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Wed Nov 19 17:31:50 CET 2008 (acab)
2
+-----------------------------------
3
+ * clamav-milter: typo
4
+
1 5
 Tue Nov 18 23:39:09 EET 2008 (edwin)
2 6
 ------------------------------------
3 7
  * unit_tests/check_clamd.sh: run reload test twice
... ...
@@ -1856,7 +1856,7 @@ main(int argc, char **argv)
1856 1856
 			 * Limitation: doesn't store message in a temporary
1857 1857
 			 * file, so we won't be able to use mail < file
1858 1858
 			 */
1859
-			fprintf(stderr, "%s: when using --external, --report-phish cannot be used without either LocalSocket or --quarantine\n",
1859
+			fprintf(stderr, "%s: when using --external, --report-phish cannot be used without either LocalSocket or --quarantine-dir\n",
1860 1860
 				argv[0]);
1861 1861
 			return EX_USAGE;
1862 1862
 		}