Compare commits
4 Commits
1.3-6
...
1_3-9_el8_
| Author | SHA1 | Date | |
|---|---|---|---|
| 45c3b8758d | |||
| b0f71b04f8 | |||
| 92ab7704df | |||
|
|
4f5368b066 |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,4 +1,4 @@
|
||||
*.rpm
|
||||
*.log
|
||||
*spec-20*
|
||||
*.tgz
|
||||
*.xz
|
||||
|
||||
@@ -6,7 +6,14 @@ SMEServer Koozali developed git repo for smeserver-email-management smecontribs
|
||||
<br />https://wiki.koozali.org/Email-Management
|
||||
|
||||
## Bugzilla
|
||||
Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=smeserver-email-management&product=SME%20Contribs&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)
|
||||
Show list of outstanding bugs:
|
||||
[All](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=UNCONFIRMED&bug_status=CONFIRMED&bug_status=NEEDINFO&bug_status=IN_PROGRESS&bug_status=RESOLVED&bug_status=VERIFIED&classification=Contribs&component=smeserver-email-management&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
|
||||
[Confirmed](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=CONFIRMED&classification=Contribs&component=smeserver-email-management&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
|
||||
[Unconfirmed](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=UNCONFIRMED&classification=Contribs&component=smeserver-email-management&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
|
||||
[Need Info](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=NEEDINFO&classification=Contribs&component=smeserver-email-management&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
|
||||
[In Progress](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=IN_PROGRESS&classification=Contribs&component=smeserver-email-management&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
|
||||
[Verified](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=VERIFIED&classification=Contribs&component=smeserver-email-management&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
|
||||
[Resolved](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=RESOLVED&classification=Contribs&component=smeserver-email-management&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
@@ -527,7 +527,7 @@ sub showInitial ($$)
|
||||
print '</table>';
|
||||
}
|
||||
|
||||
print $q->endform;
|
||||
print $q->end_form;
|
||||
print $q->p ($q->hr, $q->font ({size => "-1"}, "https://wiki.koozali.org",
|
||||
$q->a ({href => $q->url (-absolute => 1) . "?state=help"}, 'Email help'), " ..."));
|
||||
print '</FONT>';
|
||||
@@ -554,7 +554,7 @@ sub showEdit ($)
|
||||
esmith::cgi::genHeaderNonCacheable
|
||||
($q, \%conf, 'Add or modify a Global procmail rule.');
|
||||
|
||||
print $q->startform (-method => 'POST',
|
||||
print $q->start_form (-method => 'POST',
|
||||
-action => $q->url (-absolute => 1));
|
||||
|
||||
print $q->table ({border => 0, cellspacing => 0, cellpadding => 4},
|
||||
@@ -633,7 +633,7 @@ sub showEdit ($)
|
||||
print $q->hidden (-name => 'pmRule', -override => 1, -default => $pmRule);
|
||||
print $q->hidden (-name => 'oldpmRule', -override => 1, -default => $oldpmRule);
|
||||
|
||||
print $q->endform;
|
||||
print $q->end_form;
|
||||
print $q->p ($q->hr, $q->font ({size => "-1"}, "dungog.net/wiki",
|
||||
$q->a ({href => $q->url (-absolute => 1) . "?state=help"}, 'Email help'), " ..."));
|
||||
print '</FONT>';
|
||||
@@ -652,7 +652,7 @@ sub showGroup ($$)
|
||||
|
||||
esmith::cgi::genHeaderNonCacheable ($q, \%conf, 'Group mail Settings');
|
||||
|
||||
print $q->startform (-method => 'POST',
|
||||
print $q->start_form (-method => 'POST',
|
||||
-action => $q->url (-absolute => 1));
|
||||
|
||||
print $q->h4 ("Group Mail settings - $group");
|
||||
@@ -672,7 +672,7 @@ sub showGroup ($$)
|
||||
print $q->hidden (-name => 'state', -override => 1, -default => 'performGroup');
|
||||
print $q->hidden (-name => 'group', -override => 1, -default => $group);
|
||||
|
||||
print $q->endform;
|
||||
print $q->end_form;
|
||||
print $q->p ($q->hr, $q->font ({size => "-1"}, "https://wiki.koozali.org",
|
||||
$q->a ({href => $q->url (-absolute => 1) . "?state=help"}, 'Email help'), " ..."));
|
||||
print '</FONT>';
|
||||
@@ -708,7 +708,7 @@ sub showGlobalEnable ($$)
|
||||
|
||||
esmith::cgi::genHeaderNonCacheable ($q, \%conf, 'Global Settings');
|
||||
|
||||
print $q->startform (-method => 'POST',
|
||||
print $q->start_form (-method => 'POST',
|
||||
-action => $q->url (-absolute => 1));
|
||||
|
||||
print $q->h4 ('Zarafa');
|
||||
@@ -924,7 +924,7 @@ sub showGlobalEnable ($$)
|
||||
-override => 1,
|
||||
-default => 'globalSave');
|
||||
|
||||
print $q->endform;
|
||||
print $q->end_form;
|
||||
print $q->p ($q->hr, $q->font ({size => "-1"}, "https://wiki.koozali.org",
|
||||
$q->a ({href => $q->url (-absolute => 1) . "?state=help"}, 'Email help'), " ..."));
|
||||
print '</FONT>';
|
||||
@@ -1118,7 +1118,7 @@ sub showEnableProc ($$$)
|
||||
print $q->hr;
|
||||
}
|
||||
|
||||
print $q->startform
|
||||
print $q->start_form
|
||||
(-method => 'POST', -action => $q->url (-absolute => 1));
|
||||
|
||||
#get username from param, acctName is from deleteSingle
|
||||
@@ -1461,7 +1461,7 @@ sub showEnableProc ($$$)
|
||||
print $q->p ('<a href="emailsettings">configure</a> the admin settings in the E-mail panel');
|
||||
}
|
||||
|
||||
print $q->endform;
|
||||
print $q->end_form;
|
||||
print $q->p ($q->hr, $q->font ({size => "-1"}, "https://wiki.koozali.org",
|
||||
$q->a ({href => $q->url (-absolute => 1) . "?state=help"}, 'Email help'), " ..."));
|
||||
print '</FONT>';
|
||||
@@ -1494,7 +1494,7 @@ sub showAdvancedRuleEdit ($)
|
||||
esmith::cgi::genHeaderNonCacheable
|
||||
($q, \%conf, 'Add or modify a users mail rule.');
|
||||
|
||||
print $q->startform (-method => 'POST',
|
||||
print $q->start_form (-method => 'POST',
|
||||
-action => $q->url (-absolute => 1));
|
||||
|
||||
print $q->table ({border => 0, cellspacing => 0, cellpadding => 4},
|
||||
@@ -1576,7 +1576,7 @@ sub showAdvancedRuleEdit ($)
|
||||
print $q->hidden (-name => 'oldpmRule', -override => 1, -default => $oldpmRule);
|
||||
print $q->hidden (-name => 'acctName', -override => 1, -default => $acctName2);
|
||||
|
||||
print $q->endform;
|
||||
print $q->end_form;
|
||||
print $q->p ($q->hr, $q->font ({size => "-1"}, "https://wiki.koozali.org",
|
||||
$q->a ({href => $q->url (-absolute => 1) . "?state=help"}, 'Email help'), " ..."));
|
||||
print '</FONT>';
|
||||
@@ -1832,7 +1832,7 @@ sub performViewlog ($)
|
||||
esmith::cgi::genHeaderNonCacheable
|
||||
($q, \%conf, "$acct $file");
|
||||
|
||||
print $q->startform (-method => 'POST',
|
||||
print $q->start_form (-method => 'POST',
|
||||
-action => $q->url (-absolute => 1));
|
||||
|
||||
print $q->table ({border => 0, cellspacing => 0, cellpadding => 4});
|
||||
@@ -1864,7 +1864,7 @@ sub performViewlog ($)
|
||||
}
|
||||
|
||||
|
||||
print $q->endform;
|
||||
print $q->end_form;
|
||||
print $q->p ($q->hr, $q->font ({size => "-1"}, "https://wiki.koozali.org",
|
||||
$q->a ({href => $q->url (-absolute => 1) . "?state=help"}, 'Email help'), " ..."));
|
||||
print $q->end_html;
|
||||
@@ -1885,7 +1885,7 @@ sub showHelp ($)
|
||||
esmith::cgi::genHeaderNonCacheable
|
||||
($q, \%conf, 'Email Help');
|
||||
|
||||
print $q->startform (-method => 'POST',
|
||||
print $q->start_form (-method => 'POST',
|
||||
-action => $q->url (-absolute => 1));
|
||||
|
||||
print $q->table ({border => 0, cellspacing => 0, cellpadding => 4},
|
||||
@@ -2010,7 +2010,7 @@ if for example you are checking current activity and have a lot of information
|
||||
print $q->p ('<a href="viewlogfiles?filename=qmail/current&matchPattern=&highlightPattern=">Review</a> qmail/current or
|
||||
<a href="viewlogfiles?filename=qpsmtpd/current&matchPattern=&highlightPattern=">Review</a> qpsmtpd/current in the View log files panel.');
|
||||
|
||||
print $q->endform;
|
||||
print $q->end_form;
|
||||
print $q->p ($q->hr, $q->font ({size => "-1"}, "https://wiki.koozali.org",
|
||||
$q->a ({href => $q->url (-absolute => 1) . ""}, 'Return to main'), " ..."));
|
||||
print $q->end_html;
|
||||
|
||||
@@ -6,7 +6,7 @@ Summary: modify and monitor maildelivery for all users
|
||||
%define name smeserver-email-management
|
||||
Name: %{name}
|
||||
%define version 1.3
|
||||
%define release 6
|
||||
%define release 9
|
||||
Version: %{version}
|
||||
Release: %{release}%{?dist}
|
||||
License: GPL
|
||||
@@ -17,11 +17,11 @@ Source: %{name}-%{version}.tar.xz
|
||||
BuildArchitectures: noarch
|
||||
BuildRoot: /var/tmp/%{name}-%{version}
|
||||
Provides: dungog-email = %{version}-%{release}
|
||||
Requires: e-smith-release >= 9.0,
|
||||
Requires: smeserver-release >= 9.0,
|
||||
Requires: smeserver-vacation
|
||||
Requires: smeserver-mailsorting
|
||||
#Requires: smeserver-userpanel, userpanel causes endless problems
|
||||
BuildRequires: e-smith-devtools >= 1.13.1-03
|
||||
BuildRequires: smeserver-devtools >= 1.13.1-03
|
||||
AutoReqProv: no
|
||||
|
||||
%description
|
||||
@@ -62,6 +62,13 @@ echo "%doc COPYING" >> %{name}-%{version}-filelist
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Thu Oct 09 2025 Brian Read <brianr@koozali.org> 1.3-9.sme
|
||||
- Apply change from startform to start_form and endform to end_form to CGI panels [SME: 12783]
|
||||
- edit .gitignore to include .xz, delete tarball on git [SME: 12783]
|
||||
|
||||
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 1.3-7.sme
|
||||
- Fix e-smith references in smeserver-email-management [SME: 12732]
|
||||
|
||||
* Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 1.3-6.sme
|
||||
- Roll up patches and move to git repo [SME: 12338]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user