Hi Julien,

On Wed, Oct 05, 2011 at 06:36:26PM +0200, Julien Valroff wrote:
> You use the backport, am I right?

I believe so; Squeeze backports are enabled. There was a dspam update
maybe a couple of weeks ago or so.

> Would you please describe your setup? Do you use DSPAM in daemon mode?

Sure. I don't use the daemon mode, just the command line agent. Here is an
excerpt from my exim configuration:

begin routers
# ...
spamscan:
  no_verify
  condition = "${if and {{!eq {$received_protocol}{spam-scanned}} {!eq 
{$received_protocol}{local}} } {1}{0}}"
  driver = accept
  transport = spamcheck
  require_files = /var/lib/dspam:+/usr/bin

begin transports
# ...
spamcheck:
  driver = pipe
  command = "/usr/bin/dspam --deliver=innocent --user $local_part -- %u" 
  user = dspam
  group = dspam
  return_path_add = false
  log_output = true
  return_fail_output = true

> Do you have 'Broken lineStripping' enabled in your dspam.conf?

No, it is not enabled. I guess the most important bits of the config (though
you're welcome to the entire thing if you want) are:

Preference "spamAction=quarantine"
Preference "signatureLocation=headers"  # 'message' or 'headers'
Preference "showFactors=off"

Bye for now,
-- 
Laurence Withers, <l...@lwithers.me.uk>               http://www.lwithers.me.uk/
tel:+447753988197  tel:+443333408643   sip:03333408643@03333408...@call.me.uk



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to