[exim] Re: exipick broken in 4.72-RC2?

Góra strony
Delete this message
Reply to this message
Autor: Wolfgang Breyha
Data:  
Dla: exim-users
Temat: [exim] Re: exipick broken in 4.72-RC2?
On 19/10/2023 07:18, Odhiambo Washington via Exim-users wrote:
> I have some 8 emails listed when I do `exim -bp`, and they are all marked
> as *** frozen ***.
> However, both `exipick -iz` and `exipick -i` give no output.


exipick doesn't recognize the new exim_message-id-H files anymore. Fixed with:

--- /usr/local/exim/sbin/exipick.orig    2023-10-20 14:31:00.219798337 +0200
+++ /usr/local/exim/sbin/exipick    2023-10-20 14:40:05.348912704 +0200
@@ -434,7 +434,7 @@
     if ($e =~ /^[a-zA-Z0-9]$/) {
       opendir(DD, "$d/$e") || next;
       foreach my $f (grep !/^\./, readdir(DD)) {
-        push(@m, { message => $1, path => "$d/$e" }) if ($f =~ /^(.{16})-H$/);
+        push(@m, { message => $1, path => "$d/$e" }) if (($f =~
/^(.{16})-H$/) || ($f =~ /^(.{23})-H$/));
       }
       closedir(DD);
     } elsif ($e =~ /^(.{16})-H$/) {



Greetings, Wolfgang
--
Wolfgang Breyha <wbreyha@???> | https://www.blafasel.at/
Vienna University Computer Center | Austria

--
## subscription configuration (requires account):
## https://lists.exim.org/mailman3/postorius/lists/exim-users.lists.exim.org/
## unsubscribe (doesn't require an account):
## exim-users-unsubscribe@???
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/