;
; ********************************************
; * UpLoadProcessor sysop message template *
; ********************************************
;
; Both fail and pass messages are implemented in this file. The conference
; number and TO: name can be modified via the MSG_CONF and MSG_TO_NAME
; parameters (defaults are 0 and "SYSOP", respectively).
;
; Failed upload message
;
MSG_CONF 0
BEGIN_FAIL_MSG
@USER@ uploaded @FILENAME@.@OFEXT@ to conference @CONFNUM@ which failed
for:
@FAILTEXT@
END_FAIL_MSG
;
; Successful (passed) upload message
;
MSG_CONF 0
BEGIN_PASS_MSG
@USER@ successfully uploaded @FILENAME@.@OFEXT@ to conference @CONFNUM@.
Number of files: @NUM@
Number of bytes: @BYTE@ bytes
Upload size: @NSIZE@ bytes
Dated: @OLD@ - @NEW@
Age: @AGE@ months
Dupe ratios: @DUPR@%/@EDUPR@%
Description follows
---------------------------------------------------------------------
@DESC@
---------------------------------------------------------------------
END_PASS_MSG
;
; End of UpLoadProcessor template file
;