For commands which include the note "Variables available", both the variables from the following table as well as the variables created via the commands setvar() and ldap_read(), if applicable, are available.
The variables are bound to an email.
Variable |
Content |
---|---|
$from |
Sender from the envelope of the email |
$header_from |
Sender from the FROM header of the email |
$user_mail |
Email address of the authenticated user (please also refer to authenticated()) |
$user_name |
Entered CN/full display name of the user (please also refer to name) |
$to |
Recipient from the envelope of the email |
$header_to |
Recipient from the TO header of the email |
$header_cc |
Recipient from the CC header of the email |
$head |
Complete email header |
$admin |
Is only translated in the "Postmaster" address |
$mailid |
Message ID of the email |
$subject |
Email subject |
$date |
Date of email |
$vscanresult |
If the virus scan is active, the result of the virus scan is the same as the email scan. |