mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2024-12-25 10:40:33 +05:00
Fix example for rejectSender
A domain prepended with an at sign does not work to reject senders on domain level. Thus misleading documentation is fixed by removing it.
This commit is contained in:
parent
c43d8c4a3c
commit
26a56d0a8f
@ -506,7 +506,7 @@ in
|
||||
|
||||
rejectSender = mkOption {
|
||||
type = types.listOf types.str;
|
||||
example = [ "@example.com" "spammer@example.net" ];
|
||||
example = [ "example.com" "spammer@example.net" ];
|
||||
description = ''
|
||||
Reject emails from these addresses from unauthorized senders.
|
||||
Use if a spammer is using the same domain or the same sender over and over.
|
||||
|
Loading…
Reference in New Issue
Block a user