I'm trying to whitelist domains on my server (all domains on my server are my own domains). I have tried various ways, and I can't seem to get it to work. I tried typing at the prompt "spamassassin whitelist_from_rcvd [EMAIL PROTECTED], I also tried editing the local.cf file, also the user_prefs file. I finally tried to put it into the MYSQL db I specified in local.cf. None of these efforts worked.
If anyone can give me any pointers on how to set this up, I would appreciate it SO much. Thanks a ton.
whitelist_from_rcvd requires *two* parameters...
try: whitelist_from_rcvd [EMAIL PROTECTED] domain.com
But that will only work if your inside network hosts have RDNS hostnames ending in domain.com.
