/*
 * -------------------------------------------------------------------
 *
 *   Notification  files description
 *
 *  $Revision: 1.16 $
 *
 * -------------------------------------------------------------------
 */ 

Template is a fragment of the letter corresponding to RFC822 and may
contain various e-mail headers.
In the  body there can be found macroses (bordered with the $
characters) which will get replaced with the actual data when creating a
notification.
Macroses:
   $SENDER$         - the original senders address
   $RCPTS$          - recipients addresses list 
   $SECURE_RCPTS$   - this macros same to $RCPTS$ if recipients < 2 and
                      set to "Recipients of original message" <#@[]> 
                      if recipients >= 2
   $FILTER_MAIL$    - mail address of Dr.Web Sendmail Filter 
                      (replaced by parameter FilterMail)
   $POSTMASTER$     - mail address for notifications
                      (replaced by parameter AdminMail)
   $SUBJECT$        - subject of the message (unknown if absent)
   $MSGID$          - internal sendmail message-id for this message
   $FULLHEADERS$    - all headers of the message
   $ARCHIVE_RECORD$ - the name of the file in the quarantine (meaningful
                      only for notifications with quarantine as corresponding 
                      action) 
   $VIRUS_LIST$     - the list of viruses these were found
   $DAEMON_REPORT$  - the report of the antivirus daemon about the detected 
                      viruses or problem files
   $SCAN_STAT$      - the scanning statistic 
   $REPORT$         - combines $DAEMON_REPORT$, $VIRUS_LIST$ and $SCAN_STAT$

Template example:
=== cut ===
From: DrWeb-DAEMON $FILTER_MAIL$
To: $SENDER$
Content-Type: text/plain; charset=us-ascii
Subject: Undelivered mail: $SUBJECT$

Dear User,
The message with following attributes has has not delivered.

From = $SENDER$
To = $SECURE_RCPTS$
--- Begin message headers ---
$FULLHEADERS$
--- End message headers ---

Antivirus filter report:
--- Dr.Web report ---
Following virus(es) has been found:
$VIRUS_LIST$
Dr.Web detailed report:
$DAEMON_REPORT$
Dr.Web scanning statistic:
$SCAN_STAT$
--- Dr.Web report ---

An original message was storied in archive record named: 
$ARCHIVE_RECORD$ 
In order to receive the original message, please send request to 
$POSTMASTER$, referring to the archive record 
name given above.

---
   Antivirus service provided by Dr.Web (R) Daemon
   (http://www.drweb.com)
=== cut ===
