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 ?
Some Mails get listed under quarantine but are marked as clean 3.0.0.9
- 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
That is correct.
That appears to be the behavior of this setting in MailScanner...
In sub QuarantineModifiedBody in MessageBatch.pm...
In sub StoreInfections in Quarantine.pm...
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)
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
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?
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?
- 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
I can submit a request to the MailScanner list and see what happens...