This is a followup to my postings on hcoop-discuss.
In an ideal world, exim/SA's current behavior would be correct, but it the
false positive rate (all of @aol.com) is too high. I think we have to
drop the X-Spam-Flag header and have SA scan the message anyway.
Here is a patch for exim4.conf that is ready to be applied. I'd advise an
admin to check/test it first to make sure, but I think it's good to go.
The issue is that exim4.conf is set up not to filter messages with the
Flag header at all.
-ntk
565c565
< condition = "${if and{ {!def:h_X-Spam-Flag:} {!eq
{$received_protocol}{spam-scanned}}} {1}{0}}"
---
> condition = "${if {!eq {$received_protocol}{spam-scanned}} {1}{0}}"
632c632
< condition = "${if and{ {!def:h_X-Spam-Flag:} {!eq
{$received_protocol}{spam-scanned}}} {1}{0}}"
---
> condition = "${if {!eq {$received_protocol}{spam-scanned}} {1}{0}}"
903c903
<
---
> headers_remove = X-Spam-Flag : X-Spam-Status : X-Spam-Level
_______________________________________________
HCoop-SysAdmin mailing list
[email protected]
http://hcoop.net/cgi-bin/mailman/listinfo/hcoop-sysadmin