>It's clear that dspam thinks this message is NOT spam so lets try and
>figure it
>out.
>
>What programs do you have scanning your emails before dspam?  How are you
>running dspam? Was this message sent to the user or were you training dspam
>with
>a public corps?

I don't understand very well what you have said. If dspam thinks this
message is not spam  because dspam label it as spam?

I have scanning my emails befote dspam with spamassassin but this result is
not used.
I'm running dspam with Exim.

dspam_router:
  no_verify
  driver = accept
  domains = +local_domains
  transport = dspam_transport
  condition = "${if and {\
                {!def:h_X-My-Dspam:}\
                {!eq {$received_protocol}{local}}\
                {!eq {$received_protocol}{spam-scanned}}\
                }}"
  headers_add = "X-My-Dspam: scanned by $primary_hostname, $tod_full"

dspam_transport:
  driver = pipe
  command = "/usr/bin/dspam  --client --deliver=innocent,spam --user
${lc:[EMAIL PROTECTED] -f '$sender_address' -- %u"
  user = Debian-exim
  group = Debian-exim
  log_output = true
  return_fail_output = true
  return_path_add = false
  message_prefix =
  message_suffix =

This message was sent to the user.
Thank you very much.

Reply via email to