Skip to content

Commit

Permalink
Fix for Exim (#679)
Browse files Browse the repository at this point in the history
  • Loading branch information
shawniverson authored Dec 29, 2023
1 parent 2a750c3 commit ce594c8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.5.1-3
5.5.1-4
4 changes: 4 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
12/29/2023 Changes in v5.5.1-4
==================================
- Fix Exim code block

12/27/2023 Changes in v5.5.1-3
==================================
- Fix Exim code block
Expand Down
2 changes: 1 addition & 1 deletion common/usr/sbin/MailScanner
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ if (/exim/i) {
if ($ver >= 4.97) {
MailScanner::Config::SetValue('eximlongids',1);
} else {
MailSCanner::Config::SetValue('eximlongids',0);
MailScanner::Config::SetValue('eximlongids',0);
}
$MTAmod = 'Exim.pm';
$MTADSmod = 'EximDiskStore.pm';
Expand Down

0 comments on commit ce594c8

Please sign in to comment.