NAME

Mailfetch::Rule::SPFQuery - check SPF status of HELO, From: and sender IP

SYNOPSIS

  perl -MMailfetch::Rule::SPFQuery=test,mailfile -e1

HOW IT WORKS

This rule uses Mail::SPF::Query to check wether the HELO header, the From: address and the IP address of the sender according to the Received: headers coincide with the SPF status.

Currently, no caching is performed.