mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 17:36:01 +03:00
[GH-ISSUE #368] amavis extension: list messages by class (spam, virus, etc.) #354
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#354
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tonioo on GitHub (Dec 4, 2013).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/368
Originally assigned to: @tonioo on GitHub.
Originally created by Louis-Dominique Dubeau on 2013-02-14T12:55:11Z
This is another thing that I found useful when I was using Maia Mailguard.
Currently the amavis extension shows all messages together. The "Content Class" drop down allows to select by class (spam, virus, etc.) but there is no function to see only messages of a specific class. Being able to see only messages of a specific class is useful, cognitively speaking. The way I look at the list of messages flagged by amavis changes depending on what kind of message it is:
Because what I do changes depending on the type of message I'm looking at, I find it easier to go through quarantine if I can look at all virus messages (and only them) at once, then all bad header messages, etc.
The selection drop down falls short of what I'd like, because if I tell it to select of "virus" messages, for instance, I have to visually search for those messages on the screen and I could miss one.
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Antoine Nguyen on 2013-02-14T20:18:22Z
That's another way to filter the listing but I like it. I'll need to find a cleaner way to propose those options.
Thanks for the proposal :)
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Antoine Nguyen on 2013-11-05T17:29:01Z
Hi Louis,
I'm thinking about this feature and how to implement it. I think the easiest would be to limit the filtering to one type at a time.
What do you think about it ?
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Louis-Dominique Dubeau on 2013-11-05T17:32:30Z
Antoine Nguyen wrote:
Yep. That's what I think.
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Antoine Nguyen on 2013-11-05T17:33:41Z
Louis-Dominique Dubeau wrote:
Great :)