diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-06-04 11:35:52 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-06-04 19:45:00 +0100 |
commit | 74e249ac9bb950420f90c770850998a0337f14fc (patch) | |
tree | ece7d12752ef268fe652343f70a7f9a8e8505eb8 /src | |
parent | e7a0bf3f71cd20b710a24f6cd9e0ab685d67d75f (diff) |
DMARC: note unsupported library versions issue
Diffstat (limited to 'src')
-rw-r--r-- | src/src/EDITME | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/src/EDITME b/src/src/EDITME index b583a993c..8cd34e8be 100644 --- a/src/src/EDITME +++ b/src/src/EDITME @@ -605,6 +605,8 @@ DISABLE_MAL_MKS=yes # Uncomment the following line to add DMARC checking capability, implemented # using libopendmarc libraries. You must have SPF and DKIM support enabled also. +# Library version libopendmarc-1.4.1-1.fc33.x86_64 (on Fedora 33) is known broken; +# 1.3.2-3 works. I seems that the OpenDMARC project broke their API. # SUPPORT_DMARC=yes # CFLAGS += -I/usr/local/include # LDFLAGS += -lopendmarc |