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

Nigel Horne authored on 2004/09/14 02:41:26
Showing 1 changed files
... ...
@@ -166,7 +166,9 @@ File points to a file whose contents is sent as the warning message whenever a
166 166
 virus is intercepted.
167 167
 Occurances of %v within the file is replaced with the message
168 168
 returned from clamd, which includes the name of the virus.
169
+Occurances of %h are replaced with the message's headers.
169 170
 The %v string can be escaped thus, \\%v, to send the string %v.
171
+The % character can be escaped thus, %%, to send the % character.
170 172
 Any occurance of strings in dollar signs are replaced with the appropriate
171 173
 sendmail-variable, e.g. ${if_addr}$.
172 174
 If the \-t option is not given, clamav\-milter defaults to a hardcoded message.