Ignore cases where the mailing list software doesn't rewrite To: (9front.org)

This commit is contained in:
Alex D. 2021-04-08 19:53:05 +00:00
parent 2d228098ba
commit d8fa79f11e
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
2 changed files with 6 additions and 2 deletions

View File

@ -6,7 +6,7 @@ _configpath="/etc/rspamd/redxen"
. ../APKBUILD-config.common
pkgver=2021.04.08
pkgrel=0
pkgrel=1
_baseconf="
rspamd.conf
composites.conf
@ -68,7 +68,7 @@ ad3fa5e3c4c3d7b882c9e85bdde3b1949a32f2f2c9dd43e38977d828e7b6740d31002c502f24a0ea
dcec5c53bd29c345ed5c47727af9a8d11328cc8f69ae61064ba3b053ee306baa79b747067097b2354a1fecd6e6527d56d14c79be22c94531f2a5ddc41ce3ca7e chartable.conf
eacbbe96fdfea9112b633bdf5471fcf8b2c297513685397759d588ad47905cf225dae3e4262dacb14477a2f52e6d3bf93b57abaf205719481f11a9ec8552fe07 arc.conf
edcbb00d62662ec412adf8adc24fedb88a7b694ea1ac39c07539f84560c2f0c210fb7b8be1e2c041f9eadb4278a4a9a9cf80dea59e05c97233204c6f41b16597 rspamd.conf
667ec0331c811730e096e27f5e8659062239f46e3ccd148411984bb4d83b8770cc0d7d3c74dd5a2da71781e9b99d4bcb5a700cbd5f56ae8e17f7c4e50519ffb2 composites.conf
13b794a6eb95e672345b260e6a46d9ec95efd11159279af86c3ab3a9fea33e02807d67afad0d006597bf9b913927e6bff0cfc6d2cf6a5bd0bc993560cafb0951 composites.conf
f88d7b2c78b8aa011cf7fd81214745b5c6af10f44482c6164b3001dd366d7bedcb96f7ab0e5b33839c1b82458e1e14ab04b75594856928bac6037698e2c82f7e groups.conf
78df39cbc6e09cdc5e01d27e123d82aa677a70a6f5d59ba0be8d0ce6af012c5311e4a2527e4fbc586f9cdd8da033e9f05e2371970fa23db60eaa8c16c8e85f05 logging.conf
da374e2af4c413e911ab4dbcaa516c491dd8d0785435736c6f577a0900e3dd83e8a28f8ef3f16230808ab64c0d6dea883e737352a556ecc91daaf5ab3ac5901e statistic.conf

View File

@ -5,6 +5,10 @@ composites {
FORGED_SENDER_MAILLIST {
expression = "FORGED_SENDER & -MAILLIST";
}
REPLYTO_MAILLIST {
expression = "REPLYTO_EQ_TO_ADDR & -MAILLIST";
policy = "remove_weight";
}
FORGED_SENDER_FORWARDING {
expression = "FORGED_SENDER & g:forwarding";
description = "Forged sender, but message is forwarded";