-
Notifications
You must be signed in to change notification settings - Fork 12
Let extensions define their own statistics #3
Comments
Are there concrete plans to implement this? I've just set-up SQLGrey to lower the amount of spam I've been receiving and I plan on writing a frontend for Modoboa and I would like to add greylisting to stats. By default, greylistings show up as rejected - which technically is accurate. I've fiddled a bit with the code on a test box - and modified the stats directly but it's not pretty at all. |
There is not real plan to implement this feature right now. Anyway, since greylisting is something people use, you can propose a patch to add this metric into the default graph. We could also enable/disable it with a setting. What do you think ? |
I'm not familiar with other tools (I've only used SQLGrey) but I can imagine that other tools use a different message to reject; so it might be prudent to introduce a 'greylisting regex' as a setting as well, for those who've either customized the message (which is an option in SQLGrey) and those who use different software. I'll need to lookup the proper documentation on creating an option. I'll try to submit a PR soon. Though, in the long run - a feature such as described here would be the way to go. |
@web-refinery Any chance that we might get that PR? I'd love to see the greylisted mails separately. |
@tonioo @web-refinery I've added PR #24 to introduce greylisting support. It would need support for different greylisting implementations (at least |
From @tonioo on December 4, 2013 15:45
Originally created by Antoine Nguyen on 2012-10-21T10:12:17Z
It could be useful to let external users (applications, extensions) define new statistics (graphics).
Copied from original issue: modoboa/modoboa#331
The text was updated successfully, but these errors were encountered: