I have a transport in exim configured like so:

spamcheck:
  debug_print = "T: spamassassin_pipe for $local_part@$domain"
  driver = pipe
  command = /usr/sbin/exim4 -oMr spam-scanned -bS
  use_bsmtp
  transport_filter = /usr/bin/spamc
  home_directory = "/tmp"
  current_directory = "/tmp"
  user = Debian-exim
  group = Debian-exim
  return_fail_output
  message_prefix =
  message_suffix =

You don't see the SA headers because I took the headers from the original 
message before they were modified by SA.

Sergei

On Mon, Apr 18, 2011 at 03:53:41PM -0400, Bowie Bailey wrote:
> On 4/18/2011 3:47 PM, Sergei wrote:
> >> that might be your fetchmail host that did that
> > No, because when I take out Spamassassin from the delivery process, the 
> > subject doesn't change.
> 
> How are you calling SpamAssassin?
> 
> The headers you posted did not have the normal SA headers.  I also did
> not see the subject header there.
> 
> -- 
> Bowie

Reply via email to