Jeff Ross wrote:
Never had any trouble with gmail once the various servers were whitelisted. Are you putting your whitelist after Bob Beck's list in spamd.conf? After your own blacklist?

 From my spamd.conf

all:\
  :china:korea:blacklist:beck:whitelist


Not that it's likely to have any bearing on this particular problem, but you need to pay close attention to the spamd.conf(5) man page.

For your whitelist (which is, as pointed out elsewhere, more accurately a "non-blacklist list") to be effective against all active blacklists, it needs to be specified after EACH blacklist, like this:

all:\
  :china:whitelist:korea:whitelist:blacklist:whitelist:beck:whitelist:

The reason for this is that the addresses in each whitelist listed is removed only from the immediately preceding blacklist (enabling you to tailor each blacklist separately if needed).


Regards,

/Benny

--
Benny Lvfgren       / [EMAIL PROTECTED]
Stockholm, Sweden  /  "Words must be weighed, not counted."

Reply via email to