Dimitri Yioulos wrote: > Hi, all. > > It seem that, just lately, the following rule is being hit: > > FROM_DOMAIN_NOVOWEL domain has series of non-vowel letters > > As our domain name contains a series of non-vowel letters, I'd like to > reduce the score associated with this rule. Problem is, I can't seem > to locate it. Can anyone point me to it?
It's one of the default rules. You can override the score in your local.cf file. Just add a line like this: score FROM_DOMAIN_NOVOWEL 0.5 (or whatever score you want to give it) -- Bowie