mirror of
https://git.proxmox.com/git/proxmox-spamassassin
synced 2025-08-06 14:05:45 +00:00
avoid pkg change of PMG controlled init.pre config file
as apt ask the user about the change, but we rewrite it anyway, as it's effectively under direct PMG control. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
f12f96374b
commit
c0e5b8043c
15
debian/patches/avoid-init.pre-update.patch
vendored
Normal file
15
debian/patches/avoid-init.pre-update.patch
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
diff --git a/proxmox-spamassassin_3.4.3/rules/init.pre b/proxmox-spamassassin_3.4.3/rules/init.pre
|
||||
index f9ee06a..a330bad 100644
|
||||
--- a/rules/init.pre
|
||||
+++ b/rules/init.pre
|
||||
@@ -26,6 +26,10 @@
|
||||
#
|
||||
loadplugin Mail::SpamAssassin::Plugin::URIDNSBL
|
||||
|
||||
+# Hashcash - perform hashcash verification.
|
||||
+#
|
||||
+loadplugin Mail::SpamAssassin::Plugin::Hashcash
|
||||
+
|
||||
# SPF - perform SPF verification.
|
||||
#
|
||||
loadplugin Mail::SpamAssassin::Plugin::SPF
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -1 +1,2 @@
|
||||
disable-dkim.patch
|
||||
avoid-init.pre-update.patch
|
||||
|
Loading…
Reference in New Issue
Block a user