[exim-cvs] Exinext: handle new-format message IDs

Inizio della pagina
Delete this message
Reply to this message
Autore: Exim Git Commits Mailing List
Data:  
To: exim-cvs
Oggetto: [exim-cvs] Exinext: handle new-format message IDs
Gitweb: https://git.exim.org/exim.git/commitdiff/17061038519b42b6919af1d3d82d346f2259a114
Commit:     17061038519b42b6919af1d3d82d346f2259a114
Parent:     06b43f1b7f7319445d4a71b9a60e3f2f144cf7a2
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Mon Jan 15 12:54:41 2024 +0000
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Mon Jan 15 12:54:41 2024 +0000


    Exinext: handle new-format message IDs


    Broken-by: 46a36afae4
---
 src/src/exinext.src | 1 +
 1 file changed, 1 insertion(+)


diff --git a/src/src/exinext.src b/src/src/exinext.src
index 1a1d88f6b..882ad5f60 100644
--- a/src/src/exinext.src
+++ b/src/src/exinext.src
@@ -163,6 +163,7 @@ perl - $exim_path "$eximmacdef" $argone $spool_directory $qualify_domain $config

   if (scalar(@list) == 0)
     {
+    push(@list, $subject) if $subject =~ /^\w{6}-\w{11}-\w{4}$/;
     push(@list, $subject) if $subject =~ /^\w{6}-\w{6}-\w{2}$/;


     if ($subject !~ /\@/ && $subject !~ /\./)


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