[exim-dev] [Bug 670] imroved "spamd_address" syntax

Top Page
Delete this message
Reply to this message
Author: Roman
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 670] imroved "spamd_address" syntax
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=670




--- Comment #9 from Roman <rommer@???> 2008-02-18 15:19:13 ---
Created an attachment (id=230)
--> (http://bugs.exim.org/attachment.cgi?id=230)
exim-4.69-spamd-improved-v2.patch

(In reply to comment #8)
> It would be nice if all options for spamd_address and av_scanner are the same.
> If the new parameters gets accepted for spamd_address, they should be
> implemented for av_scanner as well.
>
> Heiko
>

av_scanner option don't support multiple servers.
My options is useless in this case.

I implemented new parameter - "backup":
example:

spamd_address = 10.0.0.1 783 weight=3 : \
                10.0.0.2 783 weight=5 : \
                10.0.0.3 783 backup


or
spamd_address = 10.0.0.1 783 weight=3 : \
                10.0.0.2 783 weight=5 : \
                10.0.0.3 783 time=11.00-17.00 backup : \
                10.0.0.4 783 backup


This parameter marks spamd-server as "backup" server.
Requests to this server will be send only when all "non-backup"
servers fails to work.
It will be useful for bug #515:
http://bugs.exim.org/show_bug.cgi?id=515


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email