Skip to content

Commit

Permalink
Update backends.php
Browse files Browse the repository at this point in the history
Add option to request Ingo::getUser(true)
  • Loading branch information
Infern1 authored and yunosh committed Sep 6, 2016
1 parent 9c69187 commit feb0cb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ingo/config/backends.php
Expand Up @@ -116,9 +116,10 @@
// The path to the .mailfilter filter file, defaults to the
// filters' owner's home directory.
// You can use the following variables:
// %u = name of the filters' owner
// %u = name of the filters' owner requests Ingo::getUser(false)
// %d = domain name of the filters' owner
// %U = the transport 'username'
// %u_full = returns the full username requests Ingo::getUser(true)
// Example:
// '/data/maildrop/filters/%d/%u'
// This would be translated into:
Expand Down

0 comments on commit feb0cb3

Please sign in to comment.