I have rolled my own system-wide filter for scoring and removing spam for
a client, inspired by mbm@???'s fine example. While I have been
able to filter out alot of spam, a decent percentage still gets thru. I
would like something that would act like procmails scoring, where if a
regex is matched multiple times, the score is multiplied accordingly.
example, "wild webcam" is found once, add 15 to n9, if found 3 times,
add 45 to n9. Is this possible? The exim filter seems to just match once
and skip to the next rule.
TIA
-F