mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-12 17:14:46 +02:00
'make install' will now upgrade the spamfilter.conf examples from
'posix' to 'regex' if the user is using the exact same spamfilter.conf that shipped with UnrealIRCd 4.x until now. Otherwise, we do not update anything. Also, custom spamfilters in this file are not touched. Let's hope this will apply to most of our users to ensure that they will have no or less issues with the 'posix' to 'regex' conversion process.
This commit is contained in:
@@ -187,6 +187,7 @@ install: all
|
||||
-@if [ ! -f "@CONFDIR@/spamfilter.conf" ] ; then \
|
||||
$(INSTALL) -m 0600 doc/conf/spamfilter.conf @CONFDIR@ ; \
|
||||
fi
|
||||
-@extras/patches/patch_spamfilter_conf "@CONFDIR@"
|
||||
-@if [ ! -f "@CONFDIR@/badwords.conf" ] ; then \
|
||||
$(INSTALL) -m 0600 doc/conf/badwords.conf @CONFDIR@ ; \
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user