From: Vsevolod Stakhov Date: Tue, 1 May 2018 08:12:19 +0000 (+0100) Subject: [Minor] List proxy worker configurables X-Git-Tag: 1.7.4~3 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=90f15439af708a6c36a10fa8636f552c9d6b999a;p=rspamd.git [Minor] List proxy worker configurables --- diff --git a/conf/worker-proxy.inc b/conf/worker-proxy.inc index 1047fd87f..b06bcbfad 100644 --- a/conf/worker-proxy.inc +++ b/conf/worker-proxy.inc @@ -11,3 +11,8 @@ upstream "local" { } count = 1; # Do not spawn too many processes of this type +max_retries = 5; # How many times master is queried in case of failure +discard_on_reject = false; # Discard message instead of rejection +quarantine_on_reject = false; # Tell MTA to quarantine rejected messages +spam_header = "X-Spam"; # Use the specific spam header +reject_message = "Spam message rejected"; # Use custom rejection message