;
; *******************************************
; *  UpLoadProcessor user 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 the name from the drop file, respectively).
;
; Failed upload message
;
MSG_CONF 0
BEGIN_FAIL_MSG
Hello @FIRST@,

Thanks for the upload of @FILENAME@.@OFEXT@; unfortunately, it failed
UpLoadProcessor's validation for the following reason:

    @FAILTEXT@

If you believe this disposition was made in error, please contact the
sysop.

Thanks again for uploading and please try again soon!
END_FAIL_MSG
;
; Successful (passed) upload message
;
MSG_TO_NAME all
MSG_CONF 0
BEGIN_PASS_MSG
Hello all,

@USER@ has uploaded the new file @FILENAME@.@NFEXT@ to conference
number @CONFNUM@:

Upload size:      @NSIZE@ bytes
Number of files:  @NUM@
Dated:            @OLD@ - @NEW@

Description follows
---------------------------------------------------------------------
@DESC@
---------------------------------------------------------------------

If this file looks of interest to you, take a look in the new uploads
directory for it.  Thanks to @FIRST@ for the upload!
END_PASS_MSG
;
; End of UpLoadProcessor template file
;
