1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
############################################################################
# Tags that come from configuration data #
############################################################################
Tag Config Field Variable
----------------------- ----------------------- ----------------------------
OWNER_EMAIL Owner Email Globals->owner-email
OWNER_NAME Owner Name Globals->owner-name
LONG_NAME Long Name Globals->project-long
SHORT_NAME Short Name Globals->project-short
EMAIL_DOMAIN Email Domain Globals->email-domain
LIST_DOMAIN List Domain Globals->list-domain
WEB_DOMAIN Web Domain Globals->web-domain
CGI_DOMAIN CGI Domain Globals->cgi-domain
SUBMIT_LIST Submit List Globals->submit-list
MAINT_LIST Maint List Globals->maint-list
QUIET_LIST Quiet List Globals->quiet-list
FORWARDED_LIST Forwarded List Globals->forwarded-list
DONE_LIST Done List Globals->done-list
REQUEST_LIST Request List Globals->request-list
SUBMITTER_LIST Submitter List Globals->submitter-list
CONTROL_LIST Control List Globals->control-list
SUMMARY_LIST Summary List Globals->summary-list
MIRROR_LIST Mirror List Globals->mirror-list
MIRROS Mirrors Globals->mirrors
############################################################################
# Tags that come from processing the email/doing what wants to be done #
############################################################################
Tag Meaining/Source
----------------------- ----------------------------------------------------
REPLY_TO Person who sent the email being processed
CC_TO CC addresses
MESSAGE_ID ID of email being processed
MESSAGE_BODY Body of the message being processed
MESSAGE_DATE Date of message being processed
MESSAGE_SUBJECT Subject of message being processed
MESSAGE_DATA Location for what ever data is being generated (normally services script)
############################################################################
# Tags that draw data out from the various fields of the bug Record #
############################################################################
Tag Record Field
----------------------- ----------------------------------------------------
BUG_ORIGINATOR Record->originator
BUG_DATE Record->date
BUG_SUBJECT Record->subject
BUG_MSGID Record->msgid
BUG_PACKAGE Record->package
BUG_KEYWORDS Record->keywords
BUG_DONE Record->done
BUG_FORWARDED Record->forwarded
BUG_MERGEDWITH Record->mergedwith
BUG_SEVERITY Record->severity
|