Hi everyone,
the OA has problems to count outgoing messages or rather does not count messages at all.
I already follow the suggestions from http://kb.parallels.com/de/115257 and in fact something like
shows up
.
But in the backend there are only zero this day - so counting can only be exercised over the console and not the backend.
I think the problem is ctoblogs.php around line 283 - because when i took an echo after the the if-Statement, the debug.log has no entry - but it should.
Could you from parallels or the guys from commtouch take a look and maybe also provide a workaround for this.
Thank you in advance
derde0
the OA has problems to count outgoing messages or rather does not count messages at all.
I already follow the suggestions from http://kb.parallels.com/de/115257 and in fact something like
Code:
egrep "ctasd|ASVOD" /usr/local/psa/var/log/maillog | grep SenderID | egrep "Spam: NonSpam|Spam: Unknown|sClass: NonSpam|sClass: Unknown" | wc -l
Code:
63
But in the backend there are only zero this day - so counting can only be exercised over the console and not the backend.
I think the problem is ctoblogs.php around line 283 - because when i took an echo after the the if-Statement, the debug.log has no entry - but it should.
Could you from parallels or the guys from commtouch take a look and maybe also provide a workaround for this.
Thank you in advance
derde0