Re: [exim] Spamassasian

Etusivu
Poista viesti
Vastaa
Lähettäjä: John Robinson
Päiväys:  
Vastaanottaja: cengiz yazgan
Kopio: exim-users
Aihe: Re: [exim] Spamassasian
On 15/09/2006 12:48, cengiz yazgan wrote:
> We are using exim with spamassassin
> We easily add spam score message to the all mails header
> Now we want to add same spam score message to the body of mail.
> How can we fix it?
> Can you help us?


I think you'll need to pass the message through a filter external to
Exim, to handle doing this with MIME or HTML messages. I think
spamassassin can do it to some extent, but you'd have to feed your
message to spamassassin via an extra transport, and not using exim's
now-built-in exiscan-acl facilities (e.g. something like what's
described here http://www.win.tue.nl/~martijna/Debianstuff/ )

Cheers,

John.