Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/core/settings/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ See also [Global Variables](#global-variables) and [User Variables](#user-variab
| -------- | --------- | ----------- |
| `%l` | `local_ip` | local IP address |
| `%r` | `remote_ip` | remote IP address |
| '%a' | `local_port` | local port |
| '%b' | `remote_port` | remote port |
| | `userdb:<name>` | Return userdb extra field "name". `%{userdb:name:default}` returns "default" if "name" doesn't exist (not returned if name exists but is empty) |

## Mail User Variables
Expand Down
Loading