Fix inline code block in mailserver.forwards option description
It should surround the whole attribute set, not leave out the opening bracket. Closes: #345
This commit is contained in:
+1
-1
@@ -655,7 +655,7 @@ in
|
|||||||
};
|
};
|
||||||
description = ''
|
description = ''
|
||||||
To forward mails to an external address. For instance,
|
To forward mails to an external address. For instance,
|
||||||
the value {`"user@example.com" = "user@elsewhere.com";}`
|
the value `{ "user@example.com" = "user@elsewhere.com"; }`
|
||||||
means that mails to `user@example.com` are forwarded to
|
means that mails to `user@example.com` are forwarded to
|
||||||
`user@elsewhere.com`. The difference with the
|
`user@elsewhere.com`. The difference with the
|
||||||
{option}`mailserver.extraVirtualAliases` option is that `user@elsewhere.com`
|
{option}`mailserver.extraVirtualAliases` option is that `user@elsewhere.com`
|
||||||
|
|||||||
Reference in New Issue
Block a user