Re: Scoring for domain from Received header

2005-04-19 Thread Rafal Jankowski
Wednesday, April 20, 2005, 12:14:14 AM, you wrote: > So make a requirement that the received line also contains a "by" for > your server name. > It looks something like this: > header DOMAIN_PLReceived =~/from .{1,50}\.pl.{1,100} by > servername\.doraco\.com\.pl/ > Yes, it's still for

Re: Scoring for domain from Received header

2005-04-19 Thread Rafal Jankowski
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-Re

Scoring for domain from Received header

2005-04-19 Thread Rafal Jankowski
Hello, I am using SA 3.0.2 from Debian Sarge, it is invoked from exiscan. I am wondering if it is possible to score for a domain from the last Received header. For example: *.pl -2 *.co.uk -3 .ru +1 no rDNS +3 I have searched through Mail::SpamAssassin::Conf documentation and thought a