diff --git a/install/tpl/rspamd_wblist.inc.conf.master b/install/tpl/rspamd_wblist.inc.conf.master
deleted file mode 100644
index fc06127eae69ed43309f050983c90a5c12bdc9f0..0000000000000000000000000000000000000000
--- 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 0000000000000000000000000000000000000000..1ab3744b99aa456982f0a360377797543aeca60f
--- /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 0000000000000000000000000000000000000000..fc06127eae69ed43309f050983c90a5c12bdc9f0
--- /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