Hi, most of the spam that gets through spamassassin has this kind of header:
Received: from 64.239.129.105 ([::ffff:219.144.149.91]) From: "Trina Parr" <[EMAIL PROTECTED]>
where in Received: 1st ip is my mx, but 2nd is spammers host and in From: name is some arbitrary name with my email address
is it possible to make regex in local.cf that would check that both ips in Received are the same?
Thanks, m