On Tue, 14 Jun 2016 16:47:54 +0100 spamassas...@linkcheck.co.uk wrote: > The code below is found in several places online and for some months > I have been trying to get it to work, but whatever I do it flags up > Fail even if the source is good. Typically I have been concentrating > on gmail: from known good contacts I always get NOTVALID_GMAIL (I > have reduced the scores to 0.01 to avoid false rejections). Is this > code known to fail or is it something I'm doing wrong? >
> meta NOTVALID_GMAIL !DKIM_VERIFIED && __AUTH_GMAIL && !__VIA_ML This can only be hit if DKIM_VERIFIED is not hit. What DKIM result are you seeing? If the email is passed through a third-party network between gmail and you it's probably being modified > priority NOTVALID_GMAIL 500 Setting this is pointless.