From 7f9a53e50c003c6c1c700340f4fa729ec1139070 Mon Sep 17 00:00:00 2001
From: Marius Burkard <m.burkard@pixcept.de>
Date: Fri, 12 Jul 2019 15:55:34 +0200
Subject: [PATCH] - missing rspamd conf file on update

---
 install/tpl/rspamd_wblist.inc.conf.master | 19 +------------------
 server/conf/rspamd_wblist.inc.conf.master | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+), 18 deletions(-)
 mode change 100644 => 120000 install/tpl/rspamd_wblist.inc.conf.master
 create mode 100644 server/conf/rspamd_wblist.inc.conf.master

diff --git a/install/tpl/rspamd_wblist.inc.conf.master b/install/tpl/rspamd_wblist.inc.conf.master
deleted file mode 100644
index fc06127eae..0000000000
--- a/install/tpl/rspamd_wblist.inc.conf.master
+++ /dev/null
@@ -1,18 +0,0 @@
-spamfilter_wblist-<tmpl_var name='record_id'> {
-	priority = <tmpl_var name='priority'>;
-	from = "<tmpl_var name='from'>";
-	rcpt = "<tmpl_var name='recipient'>";
-<tmpl_if name='wblist' op='==' value='W'>
-	want_spam = yes;
-</tmpl_else>
-	apply "default" {
-		R_DUMMY = 999.0;
-		actions {
-			reject = 0.2;
-			add_header = 0.1;
-			greylist = 0.1;
-			rewrite_subject = 0.1;
-		}
-	}
-</tmpl_if>
-}
\ No newline at end of file
diff --git a/install/tpl/rspamd_wblist.inc.conf.master b/install/tpl/rspamd_wblist.inc.conf.master
new file mode 120000
index 0000000000..1ab3744b99
--- /dev/null
+++ b/install/tpl/rspamd_wblist.inc.conf.master
@@ -0,0 +1 @@
+../../server/conf/rspamd_wblist.inc.conf.master
\ No newline at end of file
diff --git a/server/conf/rspamd_wblist.inc.conf.master b/server/conf/rspamd_wblist.inc.conf.master
new file mode 100644
index 0000000000..fc06127eae
--- /dev/null
+++ b/server/conf/rspamd_wblist.inc.conf.master
@@ -0,0 +1,18 @@
+spamfilter_wblist-<tmpl_var name='record_id'> {
+	priority = <tmpl_var name='priority'>;
+	from = "<tmpl_var name='from'>";
+	rcpt = "<tmpl_var name='recipient'>";
+<tmpl_if name='wblist' op='==' value='W'>
+	want_spam = yes;
+</tmpl_else>
+	apply "default" {
+		R_DUMMY = 999.0;
+		actions {
+			reject = 0.2;
+			add_header = 0.1;
+			greylist = 0.1;
+			rewrite_subject = 0.1;
+		}
+	}
+</tmpl_if>
+}
\ No newline at end of file
-- 
GitLab