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 2 |
7 |
|
|
8 |
Summary: SME Server Mails Learning script |
Summary: SME Server Mails Learning script |
9 |
Name: %{name} |
Name: %{name} |
16 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
18 |
Requires: perl-Email-Simple |
Requires: perl-Email-Simple |
19 |
|
BuildRequires: e-smith-devtools >= 1.13.1-03 |
20 |
|
|
21 |
%description |
%description |
22 |
Scripts which allows users to interact with spamassassin rules simply |
Scripts which allows users to interact with spamassassin rules simply |
26 |
- 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 |
27 |
|
|
28 |
%changelog |
%changelog |
29 |
* Mon Mar 07 2016 JP Pialasse <tests@pialasse.com> 1.0-1.sme |
* Mon Mar 07 2016 JP Pialasse <tests@pialasse.com> 1.0-2.sme |
30 |
- new version SME8 and SME9 |
- new version SME8 and SME9 |
31 |
- fix wrong default db key DeleteAfterLearn [SME: 7083] |
- fix wrong default db key DeleteAfterLearn [SME: 7083] |
32 |
- added inspection of temp and new subdir [SME: 6862] |
- added inspection of temp and new subdir [SME: 6862] |