3 |
# Name: Jean-Philippe Pialasse. |
# Name: Jean-Philippe Pialasse. |
4 |
%define name smeserver-learn |
%define name smeserver-learn |
5 |
%define version 1.0 |
%define version 1.0 |
6 |
%define release 1 |
%define release 3 |
7 |
|
|
8 |
Summary: SME Server Mails Learning script |
Summary: SME Server Mails Learning script |
9 |
Name: %{name} |
Name: %{name} |
12 |
License: GPL |
License: GPL |
13 |
Group: Networking/Daemons |
Group: Networking/Daemons |
14 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
15 |
|
Patch0: smeserver-learn-1.0-event.patch |
16 |
Packager: JP Pialasse <tests@pialasse.com> |
Packager: JP Pialasse <tests@pialasse.com> |
17 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
18 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
19 |
Requires: perl-Email-Simple |
Requires: perl-Email-Simple |
20 |
|
BuildRequires: e-smith-devtools >= 1.13.1-03 |
21 |
|
|
22 |
%description |
%description |
23 |
Scripts which allows users to interact with spamassassin rules simply |
Scripts which allows users to interact with spamassassin rules simply |
27 |
- Whitelist the sender so his mails won't be taged as spam again |
- Whitelist the sender so his mails won't be taged as spam again |
28 |
|
|
29 |
%changelog |
%changelog |
30 |
* Mon Mar 07 2016 JP Pialasse <tests@pialasse.com> 1.0-1.sme |
* Tue Mar 08 2016 JP Pialasse <tests@pialasse.com> 1.0-3.sme |
31 |
- new version SME8 and SME9 |
- new version SME8 and SME9 |
32 |
- fix wrong default db key DeleteAfterLearn [SME: 7083] |
- fix wrong default db key DeleteAfterLearn [SME: 7083] |
33 |
- added inspection of temp and new subdir [SME: 6862] |
- added inspection of temp and new subdir [SME: 6862] |
43 |
- NFR: create db key for multiple folder to inspect |
- NFR: create db key for multiple folder to inspect |
44 |
- enhanced move to junkmail or inbox |
- enhanced move to junkmail or inbox |
45 |
- moving job from crontab to /etc/cron.d/Learn |
- moving job from crontab to /etc/cron.d/Learn |
46 |
|
- fixed typo in event email-update |
47 |
|
|
48 |
* Wed Jun 25 2008 Emmmanuel JOORIS <joorise@dot-world.net> 0.0.1-3 |
* Wed Jun 25 2008 Emmmanuel JOORIS <joorise@dot-world.net> 0.0.1-3 |
49 |
- add dependencies to spec file |
- add dependencies to spec file |
63 |
|
|
64 |
%prep |
%prep |
65 |
%setup |
%setup |
66 |
#%patch0 -p1 |
%patch0 -p1 |
67 |
|
|
68 |
%build |
%build |
69 |
perl createlinks |
perl createlinks |