    
/*
 * -------------------------------------------------------------------
 *
 *   Notification template files description
 *
 * -------------------------------------------------------------------
 */ 

Template is a fragment of the letter corresponding to RFC822 and may
contain headers.
In the template 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 
   $FILTER_MAIL$    - mail address of DrWeb Sendmail Filter
   $POSTMASTER$     - mail address for notifications
   $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 virus notifications)
   $REPORT$         - insert the fragment of the antivirus daemon's report 
                      about the detected viruses or error report

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

Dear Postmaster,
The message sent by $SENDER$ to $RCPTS$ 
is infected and has not been delivered.  
Antivirus filter reports:
$REPORT$
An original message was stored in archive record named:
$ARCHIVE_RECORD$
=== cut ===

