Hi Gordon! Thanks for the info! I have tried this earlier but did not realize that there are 2 instances of the header removal, thus I only removed the first. Everything is OK now, thanks again! Regards, Daniel Date: Thu, 27 May 2010 11:23:37 -0400
From: Gordon Dickens <gecko(a)exim4u.org> Subject: Re: [Exim4U] report in every mail To: Exim4U General Discussion <users(a)exim4u.org> Message-ID: <4BFE8E79.4050602(a)exim4u.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Hi Daniel,
You can modify the headers any way that you want in the exim routers section of the exim configuration file (/etc/exim/exim.conf). To always include the X-Spam-Report header simply locate the "headers_remove" statements in the routers section of exim.conf and then delete all instances of "X-Spam_Report" from the "headers_remove" statements for each respective router. Subsequently, the X-Spam_Report should be included in all emails.
FYI,
Gordon
On 05/27/2010 10:42 AM, Daniel wrote:
Hi Guys!
How can I put detailed $spam_report in every mail? I would like to see every score given, in every mail's header.
I have found that this helps in local.cf <http://local.cf>: clear_report_template report "_TESTSSCORES(, )_"
But normal non-spam mails will not have X-Spam-Report header and I can't figure out how to give it to them.
Thanks in advance!
Regards, Daniel