aboutsummaryrefslogtreecommitdiff
path: root/doc/wydawca.texi
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-01-02 22:37:49 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2010-01-02 22:38:13 +0200
commite113d685f81852992a08b5dabab93dd97f0fee59 (patch)
tree7bf55540c9aa51f80e8f0c38d33a8b2a6da25d42 /doc/wydawca.texi
parentc44f0f83448b426935e9aeb07c5d761299144d14 (diff)
downloadwydawca-e113d685f81852992a08b5dabab93dd97f0fee59.tar.gz
wydawca-e113d685f81852992a08b5dabab93dd97f0fee59.tar.bz2
New email-related meta-variables.
These variables make it possible to avoid setting `recipient' statement in `notify' blocks, instead specifying recipients directly in the message headers and using the default recipient setting, which is `read'. * src/mail.c (expand_email_admin) (expand_email_owner): New functions. * src/triplet.c (triplet_processor): Remove the triplet if process_directives returns !0. (expand_email_user): New function. (triplet_meta): New keywords email:user (not to be confused with user:email), email:admin and email:owner. * src/wydawca.h (expand_email_admin) (expand_email_owner): New functions. * NEWS, doc/wydawca.texi: Updated.
Diffstat (limited to 'doc/wydawca.texi')
-rw-r--r--doc/wydawca.texi11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/wydawca.texi b/doc/wydawca.texi
index e9e63be..581004b 100644
--- a/doc/wydawca.texi
+++ b/doc/wydawca.texi
@@ -2599,6 +2599,17 @@ $@{triplet:ls:dir@}
@item user:real-name @tab Real name of the user who uploaded the triplet.
@kwindex user:email
@item user:email @tab Email of the user who uploaded the triplet.
+@kwindex email:admin
+@item email:admin @tab Full@footnote{@dfn{Full} here means
+an email address with eventual personal part}. email address of the systems
+administrator, as set by the @samp{admin-address}
+(@pxref{notification,,admin-address}).
+@kwindex email:owner
+@item email:owner @tab Full email address of the project
+administrator (@dfn{owner}).
+@kwindex email:user
+@item email:user @tab Full email address of the user who did
+the upload. Not to be confused with @samp{user:email}.
@kwindex check:result
@item check:result @tab Code returned by external checker, in
decimal. @xref{verification,,check:result}, for a detailed description.

Return to:

Send suggestions and report system problems to the System administrator.