You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
348 B
13 lines
348 B
1 year ago
|
--- a/scripts/services/sendmail
|
||
|
+++ b/scripts/services/sendmail
|
||
|
@@ -388,7 +388,7 @@
|
||
|
}
|
||
|
|
||
|
# QueueID formats: in 8.11 it was \w{7}\d{5}, in 8.12+ it is \w{8}\d{6}
|
||
|
-my $QueueIDFormat = "(?:\\w{7,9}\\d{5}|NOQUEUE)";
|
||
|
+my $QueueIDFormat = "(?:\\w{7,9}\\d{5,6}|NOQUEUE)";
|
||
|
|
||
|
# ENOENT refers to "no such file or directory"
|
||
|
my $ENOENT = Errno::ENOENT();
|
||
|
|