File: 0005-recommend-system-psl.patch

package info (click to toggle)
libmail-dmarc-perl 1.20211209-4
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 1,724 kB
  • sloc: perl: 4,937; xml: 13; makefile: 10; sh: 1
file content (21 lines) | stat: -rw-r--r-- 872 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
@@ -43,7 +43,12 @@ backend        = perl
 
 [dns]
 timeout            = 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