diff options
-rw-r--r-- | conf/rspamd-basic.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/rspamd-basic.xml.in b/conf/rspamd-basic.xml.in index 93206d424..d78ab931f 100644 --- a/conf/rspamd-basic.xml.in +++ b/conf/rspamd-basic.xml.in @@ -496,7 +496,7 @@ <!-- <whitelisted_ip>file:///some/path</whitelisted_ip> --> <!-- List of whitelisted recipients --> - <whitelisted_rcpt>postmaster,mailer-daemon</whitelisted_rcpt> + <whitelisted_rcpts>postmaster,mailer-daemon</whitelisted_rcpts> <!-- Limit if recipients to check --> <max_rcpt>5</max_rcpt> |