RE: [dspam-users] global groups

From: María José Romero <maria.romero.ext@juntadeandalucia.es>
Date: Mon Mar 03 2008 - 12:29:29 CET

>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:$local_part@$domain} -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.
Received on Mon Mar 3 12:29:35 2008

This archive was generated by hypermail 2.1.8 : Wed Mar 05 2008 - 00:00:13 CET