initial commit of file from CVS for smeserver-learn on Sat Sep 7 20:30:28 AEST 2024

This commit is contained in:
Trevor Batley
2024-09-07 20:30:28 +10:00
parent 931fa41b7f
commit 6a26018715
41 changed files with 586 additions and 2 deletions

14
createlinks Normal file
View File

@@ -0,0 +1,14 @@
#! /usr/bin/perl -w
use esmith::Build::CreateLinks qw(:all);
templates2events("/etc/cron.d/Learn", qw(email-update bootstrap-console-save ));
safe_touch('root/etc/e-smith/db/configuration/defaults/Learn/Exclude');
safe_touch('root/etc/e-smith/db/configuration/defaults/Learn/Include');
my $event="smeserver-learn-update";
templates2events("/etc/cron.d/Learn",$event);
templates2events("/etc/mail/spamassassin/local.cf",$event);
event_link("LearnSpam-init", $event, "04");
event_link("LearnSpam-run", $event, "30");