[Assp-test] fixes in assp 2.5.2 build 16083

2016-03-23 Thread Thomas Eckardt
Hi all, fixed in assp 2.5.2 build 16083: - using build 16081 - files were unexpected moved from 'spam' to 'discarded' if 'MaxAllowedDups' was set to zero - the resend link in BlockReports was missing, if a collected file was moved from 'spam' to 'discarded' Thomas DISCLAIMER:

Re: [Assp-test] Max Number Duplicate File Names

2016-03-23 Thread K Post
I had to lookup stochasitc. I just barely understand the surface of what you're even challenging me to answer. I rely on your wizardry, and that of those who came before you, for all of this and have faith that it works (and absolutely have proof that it does in the real world). I trust what

Re: [Assp-test] urgent: after assp 16081 all mails older than 1 day are deleted from spam folder

2016-03-23 Thread aquilinux
ok, got it. it's a workaround. i'll wait for the fix. thanks! On Wed, Mar 23, 2016 at 3:14 PM, Thomas Eckardt wrote: > >I didn't get why MaxAllowedDups should be set to a very high number if i > >should restart assp... > > A bug will move the files again at restart!

Re: [Assp-test] urgent: after assp 16081 all mails older than 1 day are deleted from spam folder

2016-03-23 Thread Thomas Eckardt
>I didn't get why MaxAllowedDups should be set to a very high number if i >should restart assp... A bug will move the files again at restart! Thomas Von:aquilinux An: ASSP development mailing list Datum: 23.03.2016 14:23

Re: [Assp-test] urgent: after assp 16081 all mails older than 1 day are deleted from spam folder

2016-03-23 Thread aquilinux
On Wed, Mar 23, 2016 at 2:23 PM, Doug Lytle wrote: > no blocked email found in the last 2 day(s) this is weird, since my blockreports have always worked. the only issue was the missing resend link (since the mail could not be found on disk)... -- "Madness, like small

Re: [Assp-test] urgent: after assp 16081 all mails older than 1 day are deleted from spam folder

2016-03-23 Thread Doug Lytle
>> It would also appear that block reports are broken. Reverting back to 16080 fixed this. Doug -- Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration

Re: [Assp-test] urgent: after assp 16081 all mails older than 1 day are deleted from spam folder

2016-03-23 Thread Doug Lytle
>> my mistake - what else!? It would also appear that block reports are broken. Ran a report for someone that I saw had several spams in the last 2 days and the report came back as: no blocked email found in the last 2 day(s) lines with 0.0B analysed in logfiles on host assp.ourdomain.inet

Re: [Assp-test] urgent: after assp 16081 all mails older than 1 day are deleted from spam folder

2016-03-23 Thread aquilinux
with some bash kung-fu everything is now back to normality and blockreports find blocked emails. I didn't get why MaxAllowedDups should be set to a very high number if i should restart assp... shouldn't setting it to 0 mean "i don't want to mess with that duplicated files thing, just store every

Re: [Assp-test] Max Number Duplicate File Names

2016-03-23 Thread Thomas Eckardt
>If we have a maximum number of total files, a system that removes excess >based on file age, and the potential that there could be a single user that >could send the same email more than the maximum number of files that are >allowed, that could give us NO data diversity in notspam. All of the

Re: [Assp-test] urgent: after assp 16081 all mails older than 1 day are deleted from spam folder

2016-03-23 Thread Thomas Eckardt
Complexity of the task depends on your collection config. Where is 'discarded' configured? It is IMHO safe to move blocked attachment-mails to spam. Otherwise you may use grep (for /assp/spam/eml) running over the ...maillog.txt files - replace 'spam' with 'discarded' and move the

Re: [Assp-test] urgent: after assp 16081 all mails older than 1 day are deleted from spam folder

2016-03-23 Thread aquilinux
Thanks both for the support. So, should i mass-move (or mass-copy) the whole discarded folder to the spamlog folder? I cannot really tell what previously was in spamlog and what in discarded... Any other suggestion? Any downside? thanks again On Wed, Mar 23, 2016 at 11:10 AM, Thomas Eckardt

Re: [Assp-test] urgent: after assp 16081 all mails older than 1 day are deleted from spam folder

2016-03-23 Thread Thomas Eckardt
the misteake is in sub fillSpamfiles not in sub mallogfilename sub mallogfilename already had the check for '$MaxAllowedDups' if ( $UseSubjectsAsMaillogNames && $sub && $discarded && $isspam == 1 && $MaxAllowedDups && ! $this->{hasmallogname}

Re: [Assp-test] urgent: after assp 16081 all mails older than 1 day are deleted from spam folder

2016-03-23 Thread Thomas Eckardt
A. my mistake - what else!? >MaxAllowedDups set to 0 Forgot to check this parameter in the 'more aggressive mode' for MaxAllowedDups. Some good news: you'll find the missing spam files in the 'discarded' folder. You may move the files back - but don't restart assp or if you need to

Re: [Assp-test] urgent: after assp 16081 all mails older than 1 day are deleted from spam folder

2016-03-23 Thread Andrew Porter
On 23/03/16 09:52, aquilinux wrote: > UseSubjectsAsMaillogNames is checked > MaxAllowedDups set to 0 > > always been this way > This is the latest relevant code - if ($Spamfiles{$md5sub} >= $MaxAllowedDups) { my @nums = sort {$main::a <=> $main::b} split(/\s+/o,

Re: [Assp-test] urgent: after assp 16081 all mails older than 1 day are deleted from spam folder

2016-03-23 Thread aquilinux
UseSubjectsAsMaillogNames is checked MaxAllowedDups set to 0 always been this way On Wed, Mar 23, 2016 at 10:40 AM, Thomas Eckardt wrote: > are > > UseSubjectsAsMaillogNames > and > MaxAllowedDups > > configured (enabled)? > > Thomas > > > > Von:aquilinux

Re: [Assp-test] urgent: after assp 16081 all mails older than 1 day are deleted from spam folder

2016-03-23 Thread Thomas Eckardt
are UseSubjectsAsMaillogNames and MaxAllowedDups configured (enabled)? Thomas Von:aquilinux An: ASSP development mailing list Datum: 23.03.2016 09:54 Betreff:[Assp-test] urgent: after assp 16081 all mails older than 1

Re: [Assp-test] urgent: after assp 16081 all mails older than 1 day are deleted from spam folder

2016-03-23 Thread aquilinux
it seems that only spam folder is affected. notspam folder is ok. On Wed, Mar 23, 2016 at 10:21 AM, Thomas Eckardt wrote: > this happens to all folders or only to 'spam' ? > > Thomas > > > > > > Von:aquilinux > An: ASSP development

Re: [Assp-test] urgent: after assp 16081 all mails older than 1 day are deleted from spam folder

2016-03-23 Thread Thomas Eckardt
this happens to all folders or only to 'spam' ? Thomas Von:aquilinux An: ASSP development mailing list Datum: 23.03.2016 09:54 Betreff:[Assp-test] urgent: after assp 16081 all mails older than 1 day are deleted from

[Assp-test] urgent: after assp 16081 all mails older than 1 day are deleted from spam folder

2016-03-23 Thread aquilinux
Hi Thomas, this is a major issue i think. Today the blockreport mail reported all blocked mails without the resend link. Investigating on the server, all the mail stored yesterday (and days before) have been deleted... :( In the spamlog folder there are ony mails from today on, except those