https://bugs.koozali.org/show_bug.cgi?id=12853
bunkobugsy <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #7027|0 |1
is obsolete| |
--- Comment #4 from bunkobugsy <[email protected]> ---
Created attachment 7028
--> https://bugs.koozali.org/attachment.cgi?id=7028&action=edit
/etc/e-smith/web/functions/qmh
altqmail code needs to be removed, pfHandle -X won't work
dnf install pfHandle but needs removing color codes (didn't manage with
sed)
# diff -urN /usr/sbin/pfHandle /usr/sbin/pfHandle.new
--- /usr/sbin/pfHandle 2025-10-31 16:13:14.619689626 +0200
+++ /usr/sbin/pfHandle.new 2025-10-31 13:29:37.945007145 +0200
@@ -181,7 +181,6 @@
my $do = shift;
if (!$do) { $do = 0; }
my ($count, %queue);
- my ($cmsg, $cstat, $cend) = ("\e[01;34m", "\e[01;31m", "\e[00m");
if ($queue)
{
$count = &Get_Queue($queue, $do);
@@ -193,11 +192,9 @@
{
if ($do ne "stats")
{
- print $cstat;
print "####################\n";
print "##### \U$_\n";
print "####################\n";
- print $cend;
}
my $c = &Get_Queue($_, $do);
$count += $c;
--
You are receiving this mail because:
You are the QA Contact for the bug._______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/