Matt Kettler wrote: > >whitelist_from [EMAIL PROTECTED] > > Do not EVER do this. Spammers frequently forge your own domain in the > From: line, and such email will be automatically whitelisted if you do > this. > > Bad idea. Don't even consider it for a fraction of a second.
Uhh, excuse me. That's a big mistake from me. Thanks for your hint. In man Mail::SpamAssassin::Conf I've read that now and I've always used: whitelist_from_rcvd I using SA with amavis-new and another way to whitelist (your) mydomains is (in amavisd.conf) : @bypass_spam_checks_acl = ( "!.$mydomain", "." ) That save time but such mail will not count as ham in SA bayes db. Therefore I'm using here only: @bypass_banned_checks_acl = ( "!.$mydomain", "." ) # With Postfix (2.0) a quick reminder on what local domains normally are: # a union of domains specified in: $mydestination, $virtual_alias_domains, # $virtual_mailbox_domains, and $relay_domains. # @local_domains_acl = ( ".$mydomain" ); # $mydomain and its subdomains -- Ciao Marco, registered GNU/Linux-User 313353
