Mailu: How to find number of email sent by a user?

Created on 23 Apr 2019  路  3Comments  路  Source: Mailu/Mailu

Hi
Is there any way to track number of emails sent by a specific user?

typquestion

All 3 comments

find <path-to-mailu> -type f | grep <email-address>/.Sent/cur | wc -l
returns the current number of emails sent by the specified user.

Thank you very much @Pentiva

Should I close?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

styxlab picture styxlab  路  4Comments

Thorsten1976 picture Thorsten1976  路  4Comments

v1ru535 picture v1ru535  路  4Comments

elektro-wolle picture elektro-wolle  路  3Comments

Diman0 picture Diman0  路  3Comments