#
# See https://rspamd.com/doc/tutorials/writing_rules.html for details
-group "headers" = {
+group "headers" {
.include "$CONFDIR/scores.d/headers_group.conf"
.include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/headers_group.conf"
.include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/headers_group.conf"
}
-group "subject" = {
+group "subject" {
.include "$CONFDIR/scores.d/subject_group.conf"
.include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/subject_group.conf"
.include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/subject_group.conf"
}
-group "mua" = {
+group "mua" {
.include "$CONFDIR/scores.d/mua_group.conf"
.include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/mua_group.conf"
.include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/mua_group.conf"
}
-group "rbl" = {
+group "rbl" {
.include "$CONFDIR/scores.d/rbl_group.conf"
.include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/rbl_group.conf"
.include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/rbl_group.conf"
}
-group "statistics" = {
+group "statistics" {
.include "$CONFDIR/scores.d/statistics_group.conf"
.include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/statistics_group.conf"
.include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/statistics_group.conf"
}
-group "fuzzy" = {
+group "fuzzy" {
.include "$CONFDIR/scores.d/fuzzy_group.conf"
.include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/fuzzy_group.conf"
.include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/fuzzy_group.conf"
}
# SPF + DKIM + DMARC + ARC
-group "policies" = {
+group "policies" {
.include "$CONFDIR/scores.d/policies_group.conf"
.include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/policies_group.conf"
.include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/policies_group.conf"
}
-group "surbl" = {
+group "surbl" {
.include "$CONFDIR/scores.d/surbl_group.conf"
.include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/surbl_group.conf"
.include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/surbl_group.conf"
}
-group "phishing" = {
+group "phishing" {
.include "$CONFDIR/scores.d/phishing_group.conf"
.include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/phishing_group.conf"
.include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/phishing_group.conf"
}
-group "hfilter" = {
+group "hfilter" {
.include "$CONFDIR/scores.d/hfilter_group.conf"
.include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/hfilter_group.conf"
.include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/hfilter_group.conf"
}
-group "mime_types" = {
+group "mime_types" {
.include "$CONFDIR/scores.d/mime_types_group.conf"
.include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/mime_types_group.conf"
.include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/mime_types_group.conf"