diff options
| -rw-r--r-- | ymir.nix | 8 |
1 files changed, 3 insertions, 5 deletions
| @@ -1093,11 +1093,9 @@ in rec { | |||
| 1093 | use = ["authentication-results", "x-spamd-result", "x-rspamd-queue-id", "x-rspamd-server"]; | 1093 | use = ["authentication-results", "x-spamd-result", "x-rspamd-queue-id", "x-rspamd-server"]; |
| 1094 | ''; | 1094 | ''; |
| 1095 | "actions.conf".text = '' | 1095 | "actions.conf".text = '' |
| 1096 | reject = 50; | 1096 | reject = 15; |
| 1097 | add_header = 10; | 1097 | add_header = 10; |
| 1098 | greylist = 3; | 1098 | greylist = 5; |
| 1099 | |||
| 1100 | grow_factor = 1.1; | ||
| 1101 | ''; | 1099 | ''; |
| 1102 | "dmarc.conf".text = '' | 1100 | "dmarc.conf".text = '' |
| 1103 | reporting = true; | 1101 | reporting = true; |
| @@ -1121,7 +1119,7 @@ in rec { | |||
| 1121 | per_user = true; | 1119 | per_user = true; |
| 1122 | min_learns = 0; | 1120 | min_learns = 0; |
| 1123 | 1121 | ||
| 1124 | autolearn = [-2, 15]; | 1122 | autolearn = [0, 10]; |
| 1125 | 1123 | ||
| 1126 | statfile { | 1124 | statfile { |
| 1127 | symbol = "BAYES_HAM"; | 1125 | symbol = "BAYES_HAM"; |
