Hello people,

Spamassassin version : 2.20 (Debian package  2.20-1woody)
Exim version 3.35


recently I installed Spamassassin to work with Exim.
Let me first explain my problem before I describe the configuration.
All the mails that go through Spamassassin are delivered to the mailboxes
but they are all screwed up. All the headers and stuff are in the mail.

This is also in the mail in the middle of all the header stuff :

X-Spam-Status: No, hits=0.9 required=5.0 tests=FROM_AND_TO_SAME version=2.20

So it does get checked by Spamassassin.
When I check out the 'source' of the mail I can see this :

Received: from mail by own with spam-scanned (Exim 3.35 #1 (Debian))
 id 1AHIzm-00034W-00; Wed, 05 Nov 2003 09:26:41 +0100
Message-Id: <
[EMAIL PROTECTED]>
From:
[EMAIL PROTECTED]
Bcc:
Date: Wed, 05 Nov 2003 09:26:41 +0100

From
[EMAIL PROTECTED]  Wed Nov  5 09:26:41 2003
.... the rest of all the headers and the actual mail data.


This is my director :

spamcheck_director:
  no_verify
  condition = "${if and { {!def:h_X-Spam-Flag:} {!eq
{$received_protocol}{spam-scanned}}  {!eq {$received_protocol}{local}} }
{1}{0}}"
  driver = smartuser
  transport = spamcheck

This is my transport :

spamcheck:
  driver = pipe
  command = /usr/sbin/exim -oMr spam-scanned -bS
  transport_filter = /usr/bin/spamc -u mail
  bsmtp = all
  home_directory = "/tmp"
  current_directory = "/tmp"
  user = mail
  group = mail
  return_path_add = false
  log_output = true
  return_fail_output = true
  prefix =
  suffix =

defang_mime 1 and all that doesn't seem to be working to resolve this
problem.

I'm really using the most basic configuration. There is nothing in my
config.cf file.

Any help is appreciated!

Thanks!


Ikke G.


Reply via email to