Package: dovecot-antispam Version: 2.0-2 Severity: minor Tags: upstream, patch
Hi, The antispam(7) man page contains an example configuration, with subsections for backend-specific options. But part of the options for the dspam backend somehow ended up in the crm114 section. The patch below fixes that, as well as minor cut-and-paste typo in a comment. Upstream may want to refresh the online version [1] as well. [1] http://johannes.sipsolutions.net/files/antispam.html Cheers, -- Benoît Knecht diff --git a/antispam.7 b/antispam.7 index 5e33e4c..6c9ff01 100644 --- a/antispam.7 +++ b/antispam.7 @@ -1,4 +1,4 @@ -.TH ANTISPAM 7 "15 October 2007" "" "" +.TH ANTISPAM 7 "13 March 2012" "" "" .SH NAME antispam \- The dovecot antispam plugin. @@ -206,6 +206,11 @@ plugin { # semicolon-separated list of blacklisted results, case insensitive # antispam_dspam_result_blacklist = Virus + # semicolon-separated list of environment variables to set + # (default unset i.e. none) + # antispam_dspam_env = + # antispam_dspam_env = HOME=%h;USER=%u + #===================== # pipe plugin # @@ -247,7 +252,7 @@ plugin { antispam_crm_binary = /bin/false # antispam_crm_binary = /usr/share/crm114/mailreaver.crm - # semicolon-separated list of extra arguments to dspam + # semicolon-separated list of extra arguments to crm114 # (default unset i.e. none) # antispam_crm_args = # antispam_crm_args = --config=/path/to/config @@ -257,11 +262,6 @@ plugin { # antispam_crm_env = # antispam_crm_env = HOME=%h;USER=%u - # semicolon-separated list of environment variables to set - # (default unset i.e. none) - # antispam_dspam_env = - # antispam_dspam_env = HOME=%h;USER=%u - # NOTE: you need to set the signature for this backend antispam_signature = X-CRM114-CacheID -- 1.7.9.1 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org