[Mimedefang] Display spam score in all emails

Fernando Gleiser fgleiser at cactus.fi.uba.ar
Sat Sep 18 16:36:13 EDT 2004


On Sat, 18 Sep 2004, Trevor Dodds wrote:

> Hi,
>
> Only emails which are being picked up as spam have a spam score in the
> headers.
> How can I show the spam score for all emails that have been processed.

Edit mimedefang-filter, look for this line:

action_delete_header("X-Spam-Score");

and change it into this:

action_change_header("X-Spam-Score", "$hits ($score) $names");


And that should do it.


			Fer



More information about the MIMEDefang mailing list