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
