Fix option reference in aliasesRegExp option

This commit is contained in:
Martin Weinelt
2025-12-15 16:01:50 +01:00
parent ff9b046f0f
commit 4bbe0d7bab
+2 -1
View File
@@ -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).
''; '';
}; };