MailScanner / v5

MailScanner v5
GNU General Public License v2.0
188 stars 60 forks source link

Typo in MailScanner #678

Closed tony451 closed 10 months ago

tony451 commented 10 months ago

There is a typo in the main MailScanner file - /usr/sbin/MailScanner relating to the new Exim version code:

At line 405 in this block of code:

if ($ver >= 4.97) { MailScanner::Config::SetValue('eximlongids',1); } else { MailSCanner::Config::SetValue('eximlongids',0); <------ should be MailScanner not MailSCanner }

github-actions[bot] commented 10 months ago

Thank you for submitting your first issue to MailScanner! We will respond to you soon!