You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2015/04/22 12:57:02 UTC

[Bug 7177] domain probably flagged as spam

https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7177

Benny Pedersen <me...@junc.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |me@junc.eu

--- Comment #1 from Benny Pedersen <me...@junc.eu> ---
use spf or and dkim to whitelist, train mails as --ham

def_whitelist_from_spf *@getme.so
def_whitelist_from_dkim *@getme.so

or simply

whitelist_auth *@getme.so

if there is no spam sender email from this domain

dont use def_whitelist_* at same time as whitelist_auth, pick one ;)

-- 
You are receiving this mail because:
You are the assignee for the bug.