Benny Pedersen wrote: > On Sun, July 26, 2009 05:07, snowweb wrote: > >> I can't understand what is going on here! How can it get a score like that? >> The message contained just an image and a link. >> > > add > score whitelist_from 0.1 > > in user_prefs or local.cf > > restart spamd > > Um, that's not going to do anything except generate errors Benny.
1) There is no rule named whitelist_from to assign a score to. The rule name is USER_IN_WHITELIST, not whitelist_from. So you'd have to do: score USER_IN_WHITELIST 0.1. 2) Doing this completely defeats all the user-configured static whitelisting in SA. You'd be better off removing all your whitelist_from statements instead. i.e.: don't be stupid and treat the symptoms when it's just as easy to treat the cause.