1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/mailman/files/patch-mailman.hook
Kristian Klausen 384bd7c8e8
mailman: Patch out CC modification breaking DKIM/DMARC
The bug[1] would explain all the bounces and unsubscriptions, so patch
it manually until upstream gets it sorted.

[1] https://gitlab.com/mailman/mailman/-/issues/636
2023-02-05 12:19:11 +01:00

11 lines
303 B
Plaintext

[Trigger]
Operation = Install
Operation = Upgrade
Type = Package
Target = mailman3
[Action]
Description = Patch mailman to not modify the CC header
When = PostTransaction
Exec = /usr/bin/bash -c "patch /usr/lib/python*/site-packages/mailman/handlers/avoid_duplicates.py /usr/local/share/mailman.patch"