This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

x-spam-score header re-ordering

Is it possible to re-order the data that ASL (5.207 here) puts in the X-Spam-Score: header entry?

Normally they look like this

X-Spam-Score: 0.3 (/) or X-Spam-Score: 2.5 (++)  

What our Exchange admin has requested they be re-ordered such that they would be

X-Spam-Score: (/) 0.3 or X-Spam-Score: (++) 2.5 

He wants to create rules in Exchange to try and better process the emails based on that header, according to suggestions here: http://www.mimedefang.org/node.php?id=33

Any help appreciated.

 Shane


This thread was automatically locked due to age.
Parents
  • I havn't tried this, but it looks like you could change it in /var/chroot-smtp/etc/exim.conf
    Look for the section labeled # Spam scanner (skip for trusted sources)  - specifically, the line "warn message = X-Spam-Score: $spam_score ($spam_bar)"
    Note: This may break things, and it will void your support.
Reply
  • I havn't tried this, but it looks like you could change it in /var/chroot-smtp/etc/exim.conf
    Look for the section labeled # Spam scanner (skip for trusted sources)  - specifically, the line "warn message = X-Spam-Score: $spam_score ($spam_bar)"
    Note: This may break things, and it will void your support.
Children
No Data