#language en == SpamAssassin Rule: == ''Standard description:'' HELO and IP do not match, but should === Explanation === Checks if a HELO string is an IP, and if it is, that it matches the actual IP (or is in the same /24). (It doesn't fire if the HELO string is a hostname or private (RFC 1918) or trusted IP.) === Further Info === The default scores for this rule can be found [[http://spamassassin.apache.org/tests.html|in the online list of tests]]. ---- CategoryRule