DCC Settings

use_dcc - use_dcc
Use DCC, if it is available.
Default: 1

use_dcc_rep - use_dcc_rep
Use DCC Reputations. Read more https://www.rhyolite.com/dcc/reputations.shtml
Default: 1

dcc_timeout - dcc_timeout
How many seconds you wait for DCC to complete, before scanning continues without the DCC results.
Default: 8

dcc_body_max - dcc_body_max
Sets how often a messages body checksum must have been reported to the DCC server before SpamAssassin will consider the DCC check hit.
Default: 999999

dcc_fuz1_max - dcc_fuz1_max
Sets how often a messages fuz1 checksum must have been reported to the DCC server before SpamAssassin will consider the DCC check hit.
Default: 999999

dcc_fuz2_max - dcc_fuz2_max
Sets how often a messages fux2 checksum must have been reported to the DCC server before SpamAssassin will consider the DCC check hit.
Default: 999999

dcc_rep_percent - dcc_rep_percent
A DCC Reputation is the percentage of bulk mail received from the last untrusted relay in the path taken by a mail message as measured by all commercial DCC installations. You must whitelist your trusted relays or MX servers with MX or MXDCC lines in /var/lib/dcc/whiteclnt as described in the main DCC man page to avoid seeing your own MX servers as sources of bulk mail.
Default: 90

dcc_learn_score - dcc_learn_score
Report messages with total scores this much larger than the SpamAssassin spam threshold to DCC as spam.
Default: empty

dcc_home - dcc_home
Tells SpamAssassin specifically where to find the dcc homedir. If dcc_path is not specified, it will default to looking in dcc_home/bin for dcc client instead of relying on SpamAssassin to find it in the current PATH. If it is not found there, it will look in the current PATH.
Default: /var/lib/dcc

dcc_path - dcc_path
Tells SpamAssassin specifically where to find the dccproc client instead of relying on SpamAssassin to find it in the current PATH.
Default: /usr/bin/dccproc

dcc_options - dcc_options
Specify additional options to the dccproc command. Please note that only characters in the range [0-9A-Za-z ,._/-] are allowed for security reasons.
Default: empty

dcc_dccifd_path - dcc_dccifd_path
Tells SpamAssassin where to find the dccifd socket instead of a local Unix socket named dccifd in the dcc_home directory. If a socket is specified or found, use it instead of dccproc.
Default: empty

dccifd_options - dccifd_options
Specify additional options to send to the dccifd daemon with the ASCII protocol described on the dccifd(8) man page. Only characters in the range [0-9A-Za-z ,._/-] are allowed for security reasons.
Default: empty

Related Pages