1 |
unnilennium |
1.1 |
# $Id: smeserver-learn.spec,v 1.0 2016/03/07 13:40:22 unnilennium Exp $ |
2 |
|
|
# Authority: unnilennium |
3 |
|
|
# Name: Jean-Philippe Pialasse. |
4 |
|
|
%define name smeserver-learn |
5 |
|
|
%define version 1.0 |
6 |
unnilennium |
1.13 |
%define release 12 |
7 |
unnilennium |
1.1 |
|
8 |
|
|
Summary: SME Server Mails Learning script |
9 |
|
|
Name: %{name} |
10 |
|
|
Version: %{version} |
11 |
|
|
Release: %{release}%{?dist} |
12 |
|
|
License: GPL |
13 |
|
|
Group: Networking/Daemons |
14 |
|
|
Source: %{name}-%{version}.tar.gz |
15 |
unnilennium |
1.3 |
Patch0: smeserver-learn-1.0-event.patch |
16 |
unnilennium |
1.4 |
Patch1: smeserver-learn-1.0-SME9283.patch |
17 |
unnilennium |
1.7 |
Patch2: smeserver-learn-1.0-SME9284.patch |
18 |
|
|
Patch3: smeserver-learn-1.0-SME6862.patch |
19 |
unnilennium |
1.8 |
Patch4: smeserver-learn-1.0-admin.patch |
20 |
unnilennium |
1.9 |
Patch5: smeserver-learn-1.0-SME9282.patch |
21 |
unnilennium |
1.10 |
Patch6: smeserver-learn-1.0-MOVE.patch |
22 |
unnilennium |
1.11 |
Patch7: smeserver-learn-1.0-VERBOSE.patch |
23 |
unnilennium |
1.12 |
Patch8: smeserver-learn-1.0-devnull.patch |
24 |
unnilennium |
1.13 |
Patch9: smeserver-learn-1.0.bz9446.chown-bayes_tok.patch |
25 |
unnilennium |
1.1 |
Packager: JP Pialasse <tests@pialasse.com> |
26 |
|
|
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
27 |
|
|
BuildArchitectures: noarch |
28 |
|
|
Requires: perl-Email-Simple |
29 |
unnilennium |
1.2 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
30 |
unnilennium |
1.1 |
|
31 |
|
|
%description |
32 |
|
|
Scripts which allows users to interact with spamassassin rules simply |
33 |
|
|
by droping mail in special folders of their mailbox (working only with imap) |
34 |
|
|
- Learn mail as spam |
35 |
|
|
- Learn mail as ham |
36 |
|
|
- Whitelist the sender so his mails won't be taged as spam again |
37 |
|
|
|
38 |
|
|
%changelog |
39 |
unnilennium |
1.13 |
* Fri Jul 29 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-12.sme |
40 |
|
|
- fix permission problem on bayes_tok [SME: 9446] |
41 |
|
|
|
42 |
unnilennium |
1.12 |
* Sat May 14 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-11.sme |
43 |
|
|
- fix verbose disabled unlink /dev/null [SME: 9512] |
44 |
|
|
|
45 |
unnilennium |
1.10 |
* Wed Mar 16 2016 JP Pialasse <tests@pialasse.com> 1.0-10.sme |
46 |
unnilennium |
1.9 |
- fix encoding problem when removing or adding tags [SME: 9282] |
47 |
unnilennium |
1.10 |
- fix moving file not working MOVE patch [SME: 9314] |
48 |
unnilennium |
1.11 |
- NFR: setting for verbose (enabled,disabled, active) VERBOSE patch [SME: 9313] |
49 |
unnilennium |
1.9 |
|
50 |
unnilennium |
1.8 |
* Tue Mar 15 2016 JP Pialasse <tests@pialasse.com> 1.0-8.sme |
51 |
|
|
- NFR: check admin Maildir [SME: 9279] |
52 |
|
|
- NFR: restrict utilization to some users [SME: 9280] |
53 |
|
|
|
54 |
unnilennium |
1.7 |
* Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 1.0-7.sme |
55 |
|
|
- fix find not restrictive enough when learning also new [SME: 6862] |
56 |
|
|
|
57 |
unnilennium |
1.6 |
* Tue Mar 08 2016 JP Pialasse <tests@pialasse.com> 1.0-6.sme |
58 |
unnilennium |
1.1 |
- new version SME8 and SME9 |
59 |
|
|
- fix wrong default db key DeleteAfterLearn [SME: 7083] |
60 |
|
|
- added inspection of temp and new subdir [SME: 6862] |
61 |
|
|
- moved default db keys as file outside of spec |
62 |
|
|
- new db properties: (LearnAsHam,LearnInWL)RemoveSPAMTag, (*)LeanNew,(*)Uniq,(LearnAsSpam)SpamLinks |
63 |
|
|
- new account db property for user: SpamLinks |
64 |
|
|
- import to buildsys [SME: 4423] |
65 |
|
|
- use sa-learn per dir and not per message [SME: 1701] |
66 |
|
|
- merge enhancements [SME: 4423] [SME: 1701] |
67 |
|
|
- NFR: create links |
68 |
|
|
- NFR: filter out SPAM tag from HAM and InWL mails |
69 |
|
|
- NFR: added auto create folders if multiple folder disabled |
70 |
|
|
- NFR: create db key for multiple folder to inspect |
71 |
|
|
- enhanced move to junkmail or inbox |
72 |
|
|
- moving job from crontab to /etc/cron.d/Learn |
73 |
unnilennium |
1.4 |
- fixed typo in event email-update (r3) |
74 |
|
|
- fixed wrong file permission on /etc/cron.d/Lean [SME: 9283] (r4) |
75 |
unnilennium |
1.5 |
- fixed messy output [SME: 9284] (r5) |
76 |
unnilennium |
1.6 |
- fixed replaced cron file on update [SME: 9286](r6) |
77 |
unnilennium |
1.1 |
|
78 |
|
|
* Wed Jun 25 2008 Emmmanuel JOORIS <joorise@dot-world.net> 0.0.1-3 |
79 |
|
|
- add dependencies to spec file |
80 |
|
|
|
81 |
|
|
* Mon Jun 23 2008 Daniel B. <daniel@firewall-services.com> 0.0.1-2 |
82 |
|
|
- add spaces after the tags |
83 |
|
|
|
84 |
|
|
* Wed Jun 18 2008 Daniel B. <daniel@firewall-services.com> 0.0.1-1 |
85 |
|
|
- full path for Learn script in crontab templates |
86 |
|
|
- rename to smeserver-learn |
87 |
|
|
- Fix default tag for Ham mail to [HAM] |
88 |
|
|
- Lean.pl will be executed daily by default |
89 |
|
|
|
90 |
|
|
* Wed Jun 11 2008 Emmanuel JOORIS <joorise@dot-world.net> |
91 |
|
|
- 0.0.1-0 |
92 |
|
|
- Original version |
93 |
|
|
|
94 |
|
|
%prep |
95 |
|
|
%setup |
96 |
unnilennium |
1.3 |
%patch0 -p1 |
97 |
unnilennium |
1.4 |
%patch1 -p1 |
98 |
unnilennium |
1.5 |
%patch2 -p1 |
99 |
unnilennium |
1.7 |
%patch3 -p1 |
100 |
unnilennium |
1.8 |
%patch4 -p1 |
101 |
unnilennium |
1.9 |
%patch5 -p1 |
102 |
unnilennium |
1.10 |
%patch6 -p1 |
103 |
unnilennium |
1.11 |
%patch7 -p1 |
104 |
unnilennium |
1.12 |
%patch8 -p1 |
105 |
unnilennium |
1.13 |
%patch9 -p1 |
106 |
unnilennium |
1.1 |
|
107 |
|
|
%build |
108 |
|
|
perl createlinks |
109 |
|
|
|
110 |
|
|
%install |
111 |
|
|
rm -rf $RPM_BUILD_ROOT |
112 |
|
|
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
113 |
|
|
rm -f %{name}-%{version}-filelist |
114 |
unnilennium |
1.6 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT |\ |
115 |
|
|
sed -e "s@^$RPM_BUILD_ROOT@@g" \ |
116 |
|
|
-e "s@^%attr(0644,root,root) /etc/cron.d/Learn@%attr(0644,root,root)%config(noreplace) /etc/cron.d/Learn@"\ |
117 |
|
|
> %{name}-%{version}-filelist |
118 |
unnilennium |
1.1 |
|
119 |
|
|
%clean |
120 |
unnilennium |
1.6 |
#rm -rf $RPM_BUILD_ROOT |
121 |
unnilennium |
1.1 |
|
122 |
|
|
%post |
123 |
|
|
|
124 |
|
|
%postun |
125 |
|
|
|
126 |
|
|
%files -f %{name}-%{version}-filelist |
127 |
|
|
%defattr(-,root,root) |
128 |
|
|
|