File: 0005-recommend-system-psl.patch

package info (click to toggle)
libmail-dmarc-perl 1.20250805-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,868 kB
  • sloc: perl: 4,963; xml: 13; makefile: 10; sh: 1
file content (22 lines) | stat: -rw-r--r-- 896 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Description: Use the Debian-provided publicsuffix list by default
Author: Noah Meyerhans <noahm@debian.org>
Forwarded: not-needed
Index: libmail-dmarc-perl/share/mail-dmarc.ini
===================================================================
--- libmail-dmarc-perl.orig/share/mail-dmarc.ini
+++ libmail-dmarc-perl/share/mail-dmarc.ini
@@ -44,7 +44,13 @@ backend        = perl
 [dns]
 timeout            = 5
 retrans            = 5
-public_suffix_list = share/public_suffix_list
+; On Debian systems, the public suffix list is provided by the
+; publicsuffix package and is used here.  If you prefer to use a
+; private copy of this file, update the path here and run
+; dmarc_update_public_suffix_list to install the current content from
+; https://publicsuffix.org/
+public_suffix_list = /usr/share/publicsuffix/public_suffix_list.dat
+
 
 [smtp]
 ; hostname is the external FQDN of this MTA