Page 2 of 2
Re: Some Mails get listed under quarantine but are marked as clean 3.0.0.9
Posted: 22 Mar 2016 15:38
by CABIT
But then we have no original mail only the disarmed one right?
But why are these files stored in both folders nospam and in the root of the date folder ?
Re: Some Mails get listed under quarantine but are marked as clean 3.0.0.9
Posted: 22 Mar 2016 15:47
by shawniverson
That is correct.
That appears to be the behavior of this setting in MailScanner...
In sub QuarantineModifiedBody in MessageBatch.pm...
Code: Select all
$global::MS->{quar}->StoreInfections($message)
In sub StoreInfections in Quarantine.pm...
Code: Select all
# Create directory for this message
$msgdir = "$todaydir/" . $message->{id};
Re: Some Mails get listed under quarantine but are marked as clean 3.0.0.9
Posted: 22 Mar 2016 16:01
by CABIT
Looks like this is the cause.
I think it should be something like disarmed subfolder or something like that or in the nospam folder.
And it shouldn't be stored twice.
Is there a way to solve this in Future releases?
Re: Some Mails get listed under quarantine but are marked as clean 3.0.0.9
Posted: 22 Mar 2016 16:03
by shawniverson
I can submit a request to the MailScanner list and see what happens...