From aa935c91390b4ed5f4cab4e9d55e702bd828edfe Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 25 Jan 2014 19:59:43 +0000 Subject: [PATCH] spam.m4: Don't filter messages intended for postmaster. --- spam.m4 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spam.m4 b/spam.m4 index b20b7e0..350dcd2 100644 --- a/spam.m4 +++ b/spam.m4 @@ -77,6 +77,11 @@ rcpt_spam: ## If the client is trusted, don't bother with any of this. accept hosts = +trusted + ## Always accept mail to `postmaster'. Currently this is not + ## negotiable; maybe a tweak can be added to `domains.conf' if + ## necessary. + accept local_parts = postmaster + ## Collect the user's spam threshold from the `address_data' ## variable, where it was left by the `fetch_spam_limit' router ## during recipient verification. (This just saves duplicating this -- 2.11.0