> "perldoc Mail::SpamAssassin::Conf", look for "whitelist".
This topic reminds me of my occasional desire to be able to supply individual score points (optional, overriding a default) with each whitelist_from* and whitelist_from_dkim entry, taking into account reputation of each sender, e.g.: whitelist_from_dkim [EMAIL PROTECTED] paypal.com -10 whitelist_from_dkim [EMAIL PROTECTED] amis.net -20 whitelist_from_dkim [EMAIL PROTECTED] yahoo.com -4.0 whitelist_from_dkim [EMAIL PROTECTED] yahoo.sg -2.5 whitelist_from_dkim [EMAIL PROTECTED] gmail.com -5 Would such a concept interfere with a custom of supplying score points in a 'score' directive only? Any alternative syntax approaches? In a long run, some more-general 'reputatation' mechanism may need to be invented. Mark