]> git.donarmstrong.com Git - debbugs.git/commitdiff
Config.pm: spam_rules_dir: set default to /etc/spamassassin
authorBill Allombert <Bill.Allombert@math.u-bordeaux.fr>
Mon, 9 Dec 2024 19:56:22 +0000 (20:56 +0100)
committerBill Allombert <Bill.Allombert@math.u-bordeaux.fr>
Mon, 9 Dec 2024 19:56:39 +0000 (20:56 +0100)
The previous default '/usr/share/spamassassin' did not work.

Debbugs/Config.pm

index 2afe7abd71d45478b47ba81dc2b42ec1304285b9..5b650369cdc29d9a992ada8a84d02233c1cfdb72 100644 (file)
@@ -987,11 +987,11 @@ set_default(\%config,'spam_user_prefs',"$ENV{HOME}/.spamassassin/user_prefs");
 =item spam_rules_dir
 
 Site rules directory for spamassassin, defaults to
-'/usr/share/spamassassin'
+'/etc/spamassassin'
 
 =cut
 
-set_default(\%config,'spam_rules_dir','/usr/share/spamassassin');
+set_default(\%config,'spam_rules_dir','/etc/spamassassin');
 
 =back