Some Mails get listed under quarantine but are marked as clean 3.0.0.9

Questions and answers about how to do stuff
CABIT
Posts: 18
Joined: 16 Mar 2016 07:14

Re: Some Mails get listed under quarantine but are marked as clean 3.0.0.9

Post 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 ?
User avatar
shawniverson
Posts: 3783
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: Some Mails get listed under quarantine but are marked as clean 3.0.0.9

Post 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};
CABIT
Posts: 18
Joined: 16 Mar 2016 07:14

Re: Some Mails get listed under quarantine but are marked as clean 3.0.0.9

Post 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?
User avatar
shawniverson
Posts: 3783
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: Some Mails get listed under quarantine but are marked as clean 3.0.0.9

Post by shawniverson »

I can submit a request to the MailScanner list and see what happens...
Post Reply