SpamAssassin scanning spam repeatedly
Enverex
Worcester, UK Icrontian
SpamAssassin seems to be scanning pieces of spam repeatedly, and this could be a problem, as it ends up attaching the spam notification to a spam notification saying that it's spam, and possibly also attaching that notification to a notification, etc etc.
This page shows all the code in Exims config file (top 2 paragraphs) and the script that it is run through - http://sial.org/pbot/602?hl=on&submit=Format+it%21
Any ideas why it isn't scanning it just once? As it sets "spam-scanned" but that doesn't seem to be helping.
Cheers,
Ex
This page shows all the code in Exims config file (top 2 paragraphs) and the script that it is run through - http://sial.org/pbot/602?hl=on&submit=Format+it%21
Any ideas why it isn't scanning it just once? As it sets "spam-scanned" but that doesn't seem to be helping.
Cheers,
Ex
0
Comments
John.
The script is for Exim, so it can't be that it was designed for another MTA. The point is, this should actually be working, and I need to find out why.
[php]
condition = "${if and { {!eq {$sender_host_address}{127.0.0.1}} {!eq {$received_protocol}{spam-scanned}}} {1}{0}}"
instead of -
condition = ${if and { {!def:h_X-Spam-Flag:} {!eq{$received_protocol}{spam-scanned}}} {1}{0}}"
[/php]
Which doesn't quite work. So all done