;--------------------------------------------------------------------
; sample request-template file to
; use  with  Semper 0.23beta  or
; higher.
; written by  Jan Kriesten,  1993
;
; The following keywords are recognized:
;
; %input         inserts an ASCII-Text from a file
; %time          inserts the current time (format: hh:mm)
; %date          inserts the current date (format: dd-mm-yy)
; %my_addr       inserts your address
; %my_system     inserts the text from the field in Config->System/System
; %my_name       inserts the text from the field in Config->System/SysOp
; %location      inserts the text from the field in Config->System/City
; %remote_addr   inserts the first AKA of the connected system
; %speed         connect speed
; %count         total number of files sent
; %bytes         total number of bytes sent
; %files         inserts a statistic of files processed; this appears
;                like that:
;
;     File/Magic   | Bytes      | Status
;    --------------+------------+--------------------------------
;     nodediff     |            | file not available;
;     NODELIST.CFG | 243        | ok;
;     NODELIST.197 |            | exceeded your daily byte limit;
;     ARC.TTP      | 34454      | ok;
;     LZH.TTP      | 44232      | ok;
;     UNARJ.TTP    |            | exceeded your daily file limit;
;     ZOO.TTP      |            | exceeded your daily file limit;
;     STZIP21.TOS  |            | password failure;
;     2010.LHA     |            | exceeded your daily file limit;
;
; %transfer_time calculated time to send %bytes at a speed of %speed
; %lim_time      daily request time-limit for the remote system
; %lim_bytes     daily maximum number of bytes requestable for the remote system
; %lim_files     number of files requestable per day
;

                                                   %location, %date/%time

         >>> Welcome to %my_system <<<

Your address: %remote_addr
My   address: %my_addr

Your filerequest has been processed:
%files
You received %bytesb in %count files. The transfer time was calculated
to %transfer_timemin at a speed of %speed.

Your daily timelimit is %lim_timemin; you can request a maximum of %lim_files files
with up to %lim_bytesb altogether. If one of your requests was not satisfied
due to exceeding one of your limits please try again tomorrow
or contact the sysop.

;Following MAGICS are available at my system:
;%input f:\magics.txt

Please call again!

                  Your SysOp %my_name.
                  
