From 0a83277655e72d54f727611257e579bf8374a886 Mon Sep 17 00:00:00 2001 From: =?utf8?q?H=C3=A9ctor=20Or=C3=B3n=20Mart=C3=ADnez?= Date: Tue, 3 Sep 2019 12:40:07 +0200 Subject: [PATCH] add spam filters for community alias RT#7924 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Héctor Orón Martínez --- modules/exim/files/common/callout_users | 1 + modules/exim/files/common/grey_users | 1 + modules/exim/files/common/rbllist | 1 + modules/exim/files/common/rhsbllist | 1 + 4 files changed, 4 insertions(+) diff --git a/modules/exim/files/common/callout_users b/modules/exim/files/common/callout_users index 5e9bbb0fb..e649fe99a 100644 --- a/modules/exim/files/common/callout_users +++ b/modules/exim/files/common/callout_users @@ -7,6 +7,7 @@ antiharassment books cdvendors cloudaccounts +community consultants da-manager data-protection diff --git a/modules/exim/files/common/grey_users b/modules/exim/files/common/grey_users index 2439f326d..60a346b82 100644 --- a/modules/exim/files/common/grey_users +++ b/modules/exim/files/common/grey_users @@ -9,6 +9,7 @@ archvsync books cdvendors cloudaccounts +community consultants cvs_boot cvs_dak diff --git a/modules/exim/files/common/rbllist b/modules/exim/files/common/rbllist index 50d678f49..9237b864a 100644 --- a/modules/exim/files/common/rbllist +++ b/modules/exim/files/common/rbllist @@ -8,6 +8,7 @@ antiharassment : zen.spamhaus.org : dul.dnsbl.sorbs.net : bl.spamcop.net books : zen.spamhaus.org : dul.dnsbl.sorbs.net : bl.spamcop.net cdvendors : zen.spamhaus.org : dul.dnsbl.sorbs.net : bl.spamcop.net cloudaccounts : zen.spamhaus.org : dul.dnsbl.sorbs.net : bl.spamcop.net +community : zen.spamhaus.org : dul.dnsbl.sorbs.net : bl.spamcop.net consultants : zen.spamhaus.org : dul.dnsbl.sorbs.net : bl.spamcop.net da-manager : zen.spamhaus.org : dul.dnsbl.sorbs.net data-protection : zen.spamhaus.org : dul.dnsbl.sorbs.net diff --git a/modules/exim/files/common/rhsbllist b/modules/exim/files/common/rhsbllist index 6e52cde63..b6e303e44 100644 --- a/modules/exim/files/common/rhsbllist +++ b/modules/exim/files/common/rhsbllist @@ -8,6 +8,7 @@ antiharassment : bogusmx.rfc-ignorant.org/$sender_address_domain : dsn.rfc-ignor books : bogusmx.rfc-ignorant.org/$sender_address_domain : dsn.rfc-ignorant.org/$sender_address_domain cdvendors : bogusmx.rfc-ignorant.org/$sender_address_domain : dsn.rfc-ignorant.org/$sender_address_domain cloudaccounts : bogusmx.rfc-ignorant.org/$sender_address_domain : dsn.rfc-ignorant.org/$sender_address_domain +community : bogusmx.rfc-ignorant.org/$sender_address_domain : dsn.rfc-ignorant.org/$sender_address_domain consultants : bogusmx.rfc-ignorant.org/$sender_address_domain : dsn.rfc-ignorant.org/$sender_address_domain da-manager : bogusmx.rfc-ignorant.org/$sender_address_domain : dsn.rfc-ignorant.org/$sender_address_domain data-protection : bogusmx.rfc-ignorant.org/$sender_address_domain : dsn.rfc-ignorant.org/$sender_address_domain -- 2.20.1