You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2007/09/18 00:20:33 UTC

[Bug 5649] New: PATCH: Enable usage of remote dccifd hosts

http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5649

           Summary: PATCH: Enable usage of remote dccifd hosts
           Product: Spamassassin
           Version: 3.2.3
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Plugins
        AssignedTo: dev@spamassassin.apache.org
        ReportedBy: tj@solitudo.net


Hello,

Currently Mail::SpamAssassin::Plugin:DCC can only connect to a dccifd running on
the local machine via a Unix socket. This patch introduces two new configuration
options namely dcc_dccifd_host and dcc_dccifd_port using which one can configure
the plugin to use dccifd started with -p command-line argument running on the
configured host and port. The patch doesn't interfere with current defaults,
which is to auto-detect the local dccifd socket and use it if found, otherwise
use dccproc. Remote dccifd is only used if both dcc_dccifd_host and
dcc_dccifd_port are specified, in which case these override the local socket
configuration, whether being manually configured with the option dcc_dccifd_path
or auto-detected. Feel free to use the patch as is or do what ever modifications
you desire.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

[Bug 5649] PATCH: Enable usage of remote dccifd hosts

Posted by bu...@bugzilla.spamassassin.org.
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5649





------- Additional Comments From tj@solitudo.net  2007-09-17 15:22 -------
Created an attachment (id=4124)
 --> (http://issues.apache.org/SpamAssassin/attachment.cgi?id=4124&action=view)
The patch described in the bug




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.