Tuesday, April 19, 2005, 9:21:06 PM, you wrote: > You'll almost certainly have to do this with a custom rule. You can't > have multiple scores for whitelist, as the all get implemented as a > single rule.
> To make your life easier, look at writing a rule that examines the fake > header X-Spam-Relays-Untrusted and/or X-Spam-Relays-Trusted. I have written a rule like that: header DOMAIN_PL Received =~/\.pl/ describe DOMAIN_PL Received From Poland lang pl describe DOMAIN_PL E-mail z Polski score DOMAIN_PL -2.5 but it checks each Received header, and I am only interested in the last one beacouse the previous could be forged. And I still don't know how to write a rule matching the lack of revDNS. Rafał Jankowski
