logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Mail::MIMEDefang::SPF - Sender Policy Framework interface for MIMEDefang

Description

       Mail::MIMEDefang::SPF is a module used to check for Sender Policy Framework headers from mimedefang-filter.

Methods

       md_spf_verify
           Returns code and explanation of Sender Policy Framework check.

           Possible return code values are: "pass", "fail", "softfail", "neutral", "none", "error", "permerror",
           "temperror", "invalid"

           The method accepts the following parameters:

           $email
               The email address of the sender

           $relayip
               The relay ip address

           $helo (optional)
               The MTA helo server name

3.6                                                2025-05-19                           Mail::MIMEDefang::SPF(3)

Name

       Mail::MIMEDefang::SPF - Sender Policy Framework interface for MIMEDefang

See Also