Skip to content

Commit 46f2a81

Browse files
committed
rspamd: enable support for greylisting
The threshold is set to match the one for sending mail to the Spam mailbox.
1 parent d419434 commit 46f2a81

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

rspamd/local.d/actions.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ quarantine = {
33
milter = "quarantine";
44
}
55

6+
greylist = 6;
67
reject = null;
7-
greylist = null;

rspamd/local.d/greylist.conf

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)