Mythic are already using rspamd, so keep their result if present.
This commit is contained in:
parent
496226815d
commit
6466609192
|
@ -19,8 +19,10 @@
|
||||||
#deny message = Message discarded as high-probability spam
|
#deny message = Message discarded as high-probability spam
|
||||||
# condition = ${if eq{$spam_action}{reject}}
|
# condition = ${if eq{$spam_action}{reject}}
|
||||||
|
|
||||||
|
# This is an additional check to Mythic's rspamd, so don't
|
||||||
|
# remove any spam judgement that has made.
|
||||||
# Remove foreign headers
|
# Remove foreign headers
|
||||||
warn remove_header = x-spam-bar : x-spam-score : x-spam-report : x-spam-status
|
#warn remove_header = x-spam-bar : x-spam-score : x-spam-report : x-spam-status
|
||||||
|
|
||||||
# add spam-score and spam-report header when "add header" action is recommended by rspamd
|
# add spam-score and spam-report header when "add header" action is recommended by rspamd
|
||||||
warn
|
warn
|
||||||
|
|
Loading…
Reference in New Issue