Re: [Exim] Spamassassin Problem

Top Page
Delete this message
Reply to this message
Author: Patrice Fournier
Date:  
To: Marc MERLIN
CC: exim-users
Subject: Re: [Exim] Spamassassin Problem
Quoting Marc MERLIN <marc_news@???>:

> I'm sure that the older version with -f would work, but I'm getting a
> syntax error on it:
> spamcheck:
>     driver = pipe
>     command = "/usr/sbin/exim -i -oMr spam-scanned -f ${if {eq
> {${sender_address}}{}} {mailer-daemon} {${sender_address}} } --
> ${local_part}"


put the quotes only arround the -f option arg as so:

     command = /usr/sbin/exim -i -oMr spam-scanned -f "${if {eq
 {${sender_address}}{}} {mailer-daemon} {${sender_address}} }" --
 ${local_part}


As for the current setup you have, do you have any directors before
spamcheck that would set errors_to = postmaster to the message?

--
Patrice Fournier
pfournier@???