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.8 |
%define release 8 |
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.1 |
Packager: JP Pialasse <tests@pialasse.com> |
21 |
|
|
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
22 |
|
|
BuildArchitectures: noarch |
23 |
|
|
Requires: perl-Email-Simple |
24 |
unnilennium |
1.2 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
25 |
unnilennium |
1.1 |
|
26 |
|
|
%description |
27 |
|
|
Scripts which allows users to interact with spamassassin rules simply |
28 |
|
|
by droping mail in special folders of their mailbox (working only with imap) |
29 |
|
|
- Learn mail as spam |
30 |
|
|
- Learn mail as ham |
31 |
|
|
- Whitelist the sender so his mails won't be taged as spam again |
32 |
|
|
|
33 |
|
|
%changelog |
34 |
unnilennium |
1.8 |
* Tue Mar 15 2016 JP Pialasse <tests@pialasse.com> 1.0-8.sme |
35 |
|
|
- NFR: check admin Maildir [SME: 9279] |
36 |
|
|
- NFR: restrict utilization to some users [SME: 9280] |
37 |
|
|
|
38 |
unnilennium |
1.7 |
* Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 1.0-7.sme |
39 |
|
|
- fix find not restrictive enough when learning also new [SME: 6862] |
40 |
|
|
|
41 |
unnilennium |
1.6 |
* Tue Mar 08 2016 JP Pialasse <tests@pialasse.com> 1.0-6.sme |
42 |
unnilennium |
1.1 |
- new version SME8 and SME9 |
43 |
|
|
- fix wrong default db key DeleteAfterLearn [SME: 7083] |
44 |
|
|
- added inspection of temp and new subdir [SME: 6862] |
45 |
|
|
- moved default db keys as file outside of spec |
46 |
|
|
- new db properties: (LearnAsHam,LearnInWL)RemoveSPAMTag, (*)LeanNew,(*)Uniq,(LearnAsSpam)SpamLinks |
47 |
|
|
- new account db property for user: SpamLinks |
48 |
|
|
- import to buildsys [SME: 4423] |
49 |
|
|
- use sa-learn per dir and not per message [SME: 1701] |
50 |
|
|
- merge enhancements [SME: 4423] [SME: 1701] |
51 |
|
|
- NFR: create links |
52 |
|
|
- NFR: filter out SPAM tag from HAM and InWL mails |
53 |
|
|
- NFR: added auto create folders if multiple folder disabled |
54 |
|
|
- NFR: create db key for multiple folder to inspect |
55 |
|
|
- enhanced move to junkmail or inbox |
56 |
|
|
- moving job from crontab to /etc/cron.d/Learn |
57 |
unnilennium |
1.4 |
- fixed typo in event email-update (r3) |
58 |
|
|
- fixed wrong file permission on /etc/cron.d/Lean [SME: 9283] (r4) |
59 |
unnilennium |
1.5 |
- fixed messy output [SME: 9284] (r5) |
60 |
unnilennium |
1.6 |
- fixed replaced cron file on update [SME: 9286](r6) |
61 |
unnilennium |
1.1 |
|
62 |
|
|
* Wed Jun 25 2008 Emmmanuel JOORIS <joorise@dot-world.net> 0.0.1-3 |
63 |
|
|
- add dependencies to spec file |
64 |
|
|
|
65 |
|
|
* Mon Jun 23 2008 Daniel B. <daniel@firewall-services.com> 0.0.1-2 |
66 |
|
|
- add spaces after the tags |
67 |
|
|
|
68 |
|
|
* Wed Jun 18 2008 Daniel B. <daniel@firewall-services.com> 0.0.1-1 |
69 |
|
|
- full path for Learn script in crontab templates |
70 |
|
|
- rename to smeserver-learn |
71 |
|
|
- Fix default tag for Ham mail to [HAM] |
72 |
|
|
- Lean.pl will be executed daily by default |
73 |
|
|
|
74 |
|
|
* Wed Jun 11 2008 Emmanuel JOORIS <joorise@dot-world.net> |
75 |
|
|
- 0.0.1-0 |
76 |
|
|
- Original version |
77 |
|
|
|
78 |
|
|
%prep |
79 |
|
|
%setup |
80 |
unnilennium |
1.3 |
%patch0 -p1 |
81 |
unnilennium |
1.4 |
%patch1 -p1 |
82 |
unnilennium |
1.5 |
%patch2 -p1 |
83 |
unnilennium |
1.7 |
%patch3 -p1 |
84 |
unnilennium |
1.8 |
%patch4 -p1 |
85 |
unnilennium |
1.1 |
|
86 |
|
|
%build |
87 |
|
|
perl createlinks |
88 |
|
|
|
89 |
|
|
%install |
90 |
|
|
rm -rf $RPM_BUILD_ROOT |
91 |
|
|
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
92 |
|
|
rm -f %{name}-%{version}-filelist |
93 |
unnilennium |
1.6 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT |\ |
94 |
|
|
sed -e "s@^$RPM_BUILD_ROOT@@g" \ |
95 |
|
|
-e "s@^%attr(0644,root,root) /etc/cron.d/Learn@%attr(0644,root,root)%config(noreplace) /etc/cron.d/Learn@"\ |
96 |
|
|
> %{name}-%{version}-filelist |
97 |
unnilennium |
1.1 |
|
98 |
|
|
%clean |
99 |
unnilennium |
1.6 |
#rm -rf $RPM_BUILD_ROOT |
100 |
unnilennium |
1.1 |
|
101 |
|
|
%post |
102 |
|
|
|
103 |
|
|
%postun |
104 |
|
|
|
105 |
|
|
%files -f %{name}-%{version}-filelist |
106 |
|
|
%defattr(-,root,root) |
107 |
|
|
|