From 2fb4224527e57c6e07e5bf95e739ae830526e5b4 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 3 Feb 2014 15:09:02 +0000 Subject: [PATCH] spam.m4: Don't bother reading custom spam limits in submission mode. --- spam.m4 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/spam.m4 b/spam.m4 index 3e469bd..5d72365 100644 --- a/spam.m4 +++ b/spam.m4 @@ -43,7 +43,8 @@ fetch_spam_limit: check_local_user address_data = \ ${if def:address_data {$address_data}{}} \ - ${if exists {CONF_userconf_dir/spam-limit} \ + ${if and {{!eq{$acl_c_mode}{submission}} \ + {exists {CONF_userconf_dir/spam-limit}}} \ {${lookup {$local_part_prefix\ $local_part\ $local_part_suffix\ @@ -55,7 +56,8 @@ fetch_spam_limit: {}}} \ {}}} \ {}} \ - ${if exists {CONF_userconf_dir/spam-limit.userv} \ + ${if and {{!eq{$acl_c_mode}{submission}} \ + {exists {CONF_userconf_dir/spam-limit.userv}}} \ {${run {timeout 5s -- \ userv $local_part exim-spam-limit \ $sender_address \ -- 2.11.0