Fix option reference in aliasesRegExp option
This commit is contained in:
+2
-1
@@ -197,7 +197,8 @@ in
|
|||||||
example = [ ''/^tom\..*@domain\.com$/'' ];
|
example = [ ''/^tom\..*@domain\.com$/'' ];
|
||||||
default = [ ];
|
default = [ ];
|
||||||
description = ''
|
description = ''
|
||||||
Same as {option}`mailserver.aliases` but using PCRE (Perl compatible regex).
|
Same as {option}`mailserver.loginAccounts.<name>.aliases` but
|
||||||
|
using PCRE (Perl compatible regex).
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user