[Bug 278201] [PATCH] mail/libspf2: New option to ignore SPF RR

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 06 Apr 2024 17:54:21 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278201

            Bug ID: 278201
           Summary: [PATCH] mail/libspf2: New option to ignore SPF RR
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet@FreeBSD.org
          Reporter: freebsd-bug-report-yf@yf.bsdclub.org
             Flags: maintainer-feedback?(sunpoet@FreeBSD.org)
          Assignee: sunpoet@FreeBSD.org

Created attachment 249768
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=249768&action=edit
a patch to add ports option "TXT_ONLY"

libspf2 uses both of SPF RRTYPE and TXT RRTYPE for SPF record, however, RFC
7208 deprecates the use of the SPF RRTYPE.

This patch add an build option so that libspf2 don't refer SPF RR as SPF
record.
The extra patch extra-patch-src_libspf2_spf__server.c was brout from
https://github.com/shevek/libspf2/pull/14#issuecomment-1747399288 .

-- 
You are receiving this mail because:
You are the assignee for the bug.