You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@whimsical.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2019/01/07 16:04:00 UTC

[jira] [Updated] (WHIMSY-233) New workbench to support mail moderation

     [ https://issues.apache.org/jira/browse/WHIMSY-233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb updated WHIMSY-233:
------------------------
    Description: 
Mail moderation sends the same email to each of the moderators, so they all have to scan all the mails. It would be a lot more efficient if each mail could be dealt with once.

The suggestion is to implement this in Whimsy.
The code could be derived from the Secretary workbench.

This issue is to keep track of requirements etc.

Functionality needs to include:
- store mails for posts, subscriptions and reponses
- show only unprocessed mails (and dynamically update the list)
- Flag a mail as accepted (and/or allowed)
- Reject a mail with a suitable message (templates would be useful here)
- Flag a mail as spam (don't reject)
- Accept a subscription request (check that the email address is in LDAP so can validate it)
- authorise the moderator so they only process mails for lists they are allowed to see.

Optionally:
- detect mails that look like spam, e.g. they are very similar to ones already flagged
- detect when requests no longer exist on the mail server. e.g. they were processed elsewhere, or expired

  was:
Mail moderation sends the same email to each of the moderators, so they all have to scan all the mails. It would be a lot more efficient if each mail could be dealt with once.

The suggestion is to implement this in Whimsy.
The code could be derived from the Secretary workbench.

This issue is to keep track of requirements etc.

Functionality needs to include:
- store mails for posts, subscriptions and reponses
- show only unprocessed mails (and dynamically update the list)
- Flag a mail as accepted (and/or allowed)
- Reject a mail with a suitable message (templates would be useful here)
- Flag a mail as spam (don't reject)
- Accept a subscription request (check that the email address is in LDAP so can validate it)
- authorise the moderator so they only process mails for lists they are allowed to see.

Optionally:
- detect mails that look like spam, e.g. they are very similar to ones already flagged


> New workbench to support mail moderation
> ----------------------------------------
>
>                 Key: WHIMSY-233
>                 URL: https://issues.apache.org/jira/browse/WHIMSY-233
>             Project: Whimsy
>          Issue Type: New Feature
>            Reporter: Sebb
>            Priority: Major
>
> Mail moderation sends the same email to each of the moderators, so they all have to scan all the mails. It would be a lot more efficient if each mail could be dealt with once.
> The suggestion is to implement this in Whimsy.
> The code could be derived from the Secretary workbench.
> This issue is to keep track of requirements etc.
> Functionality needs to include:
> - store mails for posts, subscriptions and reponses
> - show only unprocessed mails (and dynamically update the list)
> - Flag a mail as accepted (and/or allowed)
> - Reject a mail with a suitable message (templates would be useful here)
> - Flag a mail as spam (don't reject)
> - Accept a subscription request (check that the email address is in LDAP so can validate it)
> - authorise the moderator so they only process mails for lists they are allowed to see.
> Optionally:
> - detect mails that look like spam, e.g. they are very similar to ones already flagged
> - detect when requests no longer exist on the mail server. e.g. they were processed elsewhere, or expired



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)