aboutsummaryrefslogtreecommitdiffstats
path: root/conf/composites.conf
diff options
context:
space:
mode:
authorSteve Freegard <steve@stevefreegard.com>2016-04-22 12:20:21 +0100
committerSteve Freegard <steve@stevefreegard.com>2016-04-22 12:20:21 +0100
commite36bf64097a27ee6d0595b6923f9a811d49ddb09 (patch)
tree63c061ed77b0fd084073067af300fc841be2abe9 /conf/composites.conf
parent0cdf354cb4424eae9bc1ccdec865e7435090ec83 (diff)
downloadrspamd-e36bf64097a27ee6d0595b6923f9a811d49ddb09.tar.gz
rspamd-e36bf64097a27ee6d0595b6923f9a811d49ddb09.zip
New rules
Diffstat (limited to 'conf/composites.conf')
-rw-r--r--conf/composites.conf10
1 files changed, 9 insertions, 1 deletions
diff --git a/conf/composites.conf b/conf/composites.conf
index bfa0b1b47..b3372a997 100644
--- a/conf/composites.conf
+++ b/conf/composites.conf
@@ -23,6 +23,14 @@ composite {
expression = "FORGED_SENDER & -MAILLIST";
}
composite {
+ name = "FORGED_SENDER_FORWARDING";
+ expression = "FORGED_SENDER & g:forwarding";
+}
+composite {
+ name = "FORGED_SENDER_VERP_SRS";
+ expression = "FORGED_SENDER & (ENVFROM_PRVS | ENVFROM_VERP)";
+}
+composite {
name = "FORGED_MUA_MAILLIST";
expression = "g:mua and -MAILLIST";
}
@@ -32,4 +40,4 @@ composite {
}
.include(try=true; priority=1) "$LOCAL_CONFDIR/local.d/composites.conf"
-.include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/composites.conf" \ No newline at end of file
+.include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/composites.conf"