* Sat May 17 2025 Brian Read <brianr@koozali.org> 11.0.0-1.sme
- Fix $config-> to confg-> in template [SME: 12908]
This commit is contained in:
parent
95634d7cea
commit
3639944078
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,4 @@
|
|||||||
*.rpm
|
*.rpm
|
||||||
*.log
|
*.log
|
||||||
*spec-20*
|
*spec-20*
|
||||||
*.tar.gz
|
*.tar.xz
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<div id="module" class="module wbl-panel">
|
<div id="module" class="module wbl-panel">
|
||||||
|
|
||||||
%if ($config->{debug} == 1) {
|
%if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
%= dumper $c->current_route
|
%= dumper $c->current_route
|
||||||
%= dumper $wbl_datas
|
%= dumper $wbl_datas
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
Summary: E-mail white/black lists for SME Server
|
Summary: E-mail white/black lists for SME Server
|
||||||
%define name smeserver-wbl
|
%define name smeserver-wbl
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
%define version 0.5.0
|
%define version 11.0.0
|
||||||
%define release 11
|
%define release 1
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}%{?dist}
|
Release: %{release}%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -26,6 +26,9 @@ qpsmtpd whitelist_soft /var/service/qpsmtpd/config/whitelisthosts whitelisthelo
|
|||||||
spamassassin /etc/mail/spammassassin/local.cf whitelist_from
|
spamassassin /etc/mail/spammassassin/local.cf whitelist_from
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 17 2025 Brian Read <brianr@koozali.org> 11.0.0-1.sme
|
||||||
|
- Fix $config-> to confg-> in template [SME: 12908]
|
||||||
|
|
||||||
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 0.5.0-11.sme
|
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 0.5.0-11.sme
|
||||||
- Fix e-smith references in smeserver-wbl [SME: 12732]
|
- Fix e-smith references in smeserver-wbl [SME: 12732]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user