############################# EMAIL TEXTS ###########################

# FORMAT
#
# CODE	[A-Z_]+		<newline>
# MULTIPLE LINE TEXT	<newline>
# DONE
#
# Any line in this file  beginning with a comment character will be ignored!
# Blank lines and control characters will appear as in this file!
# This file is not interpreted for HTML codes etc.
# It is also not interpreted for the general document variables.

# VARIABLES
# Variables are text specific, and only replaced in the text in
# which they appear.

REPORT_HELLO
Dear Correspondent,

DONE

REPORT_INTRO
thanks for your request! It resulted in
DONE

# ?error = total number of errors found in request
# ?warning = total number of warnings found in request
REPORT_PROBLEM_COUNT

	?error error(s)
	?warn warning(s)
	?inform remark(s)

DONE

# ?tickno = ticket number given in or assigned to request
REPORT_ACTION_PROBLEMS
and you should therefore correct the problem(s) and resubmit, 
using the ticket number 

	?tickno

in the subject line of your message. Failure to use this ticket
number will result in severe delays in processing your request.

You may reply to this mail and ammend the problems in the
'Original Message' section below if you wish.

DONE

REPORT_ACTION_NOPROBLEMS
and it has therefore been passed on to a hostmaster for 
human processing. You will receive an answer from a hostmaster 
shortly. You can track the progress of your ticket at the URL:

   <http://www.ripe.net/cgi-bin/rttquery?ticnum=?tickno>.
DONE

REPORT_ACTION_NOPROBLEMS_STANDALONE
and you should therefore now send it to <hostmaster@ripe.net> for
manual checking.

DONE

REPORT_ACTION_PROBLEMS_AND_TOO_MANY_LOG_MESSAGES

but since there are already a large number of messages on this
ticket it has been passed on to a human hostmaster, from
whom you will receive a reply as soon as possible.

DONE

REPORT_ROBOT_BLURB

This is an automatic response by the RIPE NCC IP Address Request
Checking Robot. If you have any problems with this robot or if you
receive this reply when you did not send in a request, please
write to <hostmaster@ripe.net>, with the keyword NOAUTO in the 
subject line of your message, quoting any relevant ticket numbers.

DONE
#--------
REPORT_SECTION_ONE_INTRO


Please note that sometimes problems may be caused by the robot not
being able to extract data due to an incorrectly formatted template,
see next section for extracted data.
DONE
REPORT_USE_LONGACK


If you don't understand the cause of any of the problems described
below, please also try using the keyword LONGACK in the subject 
line of your message.
DONE
#--------
REPORT_SECTION_TWO_INTRO

This section includes a verbose description of the problems
above (if the LONGACK keyword was used) and a display of the exact
data which was extracted for each template.
DONE
#---------
REPORT_MESSAGE_FOOTER
END OF REPORT
DONE

# ?name = the name of the template we're currently printing
# the problems for, appearing above the list of problems
REPORT_EXTRACTED_PER_TEMPLATE_INTRO


-?name-

DONE
#----------------
# The header text for each individual error
# ?1 = the number of the next error to be shown
REPORT_BETWEEN_ERRORS

Error #?1

DONE
#----------------
# The header text for each individual warning
# ?1 = the number of the next warning to be shown
REPORT_BETWEEN_WARNINGS

Warning #?1

DONE
#----------------
# The header text for each individual warning
# ?1 = the number of the next warning to be shown
REPORT_BETWEEN_INFORMS

Remark #?1

DONE
