RobertH a écrit : > > >> No. Scoring based on single-words is pretty much the >> opposite of the SA approach. That's all I was saying. >> > > karsten, > > i get the SA approach > > and to the no answer, baloney > > this word should get a *HIT* no mattter how small it is scored. >
if you add a rule for every possible word, the cost/benefit ratio will approach infinity. bottom line: if you think you need a rule for "Nigeria", just add it to your local.cf. if you use the RelayCountry plugin, you can add rules for a few countries: ifplugin Mail::SpamAssassin::Plugin::RelayCountry header COUNTRY_NG X-Relay-Countries=~/\bNG\b/ describe COUNTRY_NG Relayed via Nigeria score COUNTRY_NG 1 header COUNTRY_GH X-Relay-Countries=~/\bGH\b/ describe COUNTRY_GH Relayed via Ghana score COUNTRY_GH 1 header COUNTRY_BO X-Relay-Countries=~/\bBO\b/ describe COUNTRY_BO Relayed via Burkina Faso score COUNTRY_BO 1 header COUNTRY_TZ X-Relay-Countries=~/\bTZ\b/ describe COUNTRY_TZ Relayed via Tanzania score COUNTRY_TZ 1 header COUNTRY_CI X-Relay-Countries=~/\bCI\b/ describe COUNTRY_CI Relayed via Cote-d-Ivoire score COUNTRY_CI 1 #... #... # etc endif The above assumes you don't get (much) mail from these countries. adjust the score as you see fit. and of course, use at your own rix.