Skip to content
GitLab
    • Explore Projects Groups Topics Snippets
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • fusiondirectory-plugins fusiondirectory-plugins
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 65
    • Issues 65
    • List
    • Boards
    • Service Desk
    • Milestones
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • fusiondirectoryfusiondirectory
  • fusiondirectory-pluginsfusiondirectory-plugins
  • Issues
  • #4721
Something went wrong while setting issue due date.
Closed
Open
Issue created 9 years ago by bmortier@bmortierMaintainer
  • New related issue

  • New related issue

move the spam options for the mail user tab to a spamassasin user tab

Closed

move the spam options for the mail user tab to a spamassasin user tab

Hello,

move the spam options for the mail user tab to a spamassasin user tab

Cheers

(from redmine: issue id 4721, created on 2016-04-14, closed on 2016-04-29)

  • Relations:
    • relates #4922 (closed)
    • copied_to #4747
  • Changesets:
    • Revision 3767cabb by Benoit MORTIER on 2016-04-15T13:24:48.000Z:
Fixes: #4721 move the spam options for the mail user tab to a spamassasin user tab

Signed-off-by: Mortier Benoit <benoit.mortier@opensides.be>
  • Revision 79f8bf4a by Benoit MORTIER on 2016-04-19T02:00:52.000Z:
Fixes: #4721 move the spam options for the mail user tab to a spamassasin user tab

Signed-off-by: Mortier Benoit <benoit.mortier@opensides.be>
  • Revision 5b9ea194 by Côme Chilliet on 2016-04-20T09:52:26.000Z:
Fixes #4721 Removed empty spam options section
  • Revision 47b7565e by Côme Chilliet on 2016-04-20T09:53:04.000Z:
Fixes #4721 Removed empty spam options section
  • Revision 68361212 by Côme Chilliet on 2016-04-27T02:24:16.000Z:
Fixes #4721 Added basic support for spamassassin user scores
  • Revision a921c658 by Côme Chilliet on 2016-04-27T02:25:26.000Z:
Fixes #4721 Added basic support for spamassassin user scores
  • Revision 06cf8607 by Côme Chilliet on 2016-04-27T09:33:41.000Z:
Fixes #4721 Added main.inc for spamassassin user tab
  • Revision a4fd0b97 by Côme Chilliet on 2016-04-27T09:34:23.000Z:
Fixes #4721 Added main.inc for spamassassin user tab
  • Revision 5f3cc2ca by Côme Chilliet on 2016-04-29T09:33:49.000Z:
Fixes #4721 Added dropdown menu for spamassassin rule
  • Revision 49229bf5 by Côme Chilliet on 2016-04-29T09:34:47.000Z:
Fixes #4721 Added dropdown menu for spamassassin rule
  • Custom Fields:
    • Bug in version: 1.0.11

    Tasks

    0

    No tasks are currently assigned. Use tasks to break down this issue into smaller parts.

    Linked items
    0

    Link issues together to show that they're related. Learn more.

    Activity


    • bmortier
      bmortier @bmortier · 9 years ago
      Author Maintainer

      hello,

      in fact we should remove it from user and rewritte it correctly wit support for correct spamassassin attribute and configuration

      https://svn.apache.org/repos/asf/spamassassin/branches/3.0/ldap/README

      Cheers

      (from redmine: written on 2016-04-14)

    • bmortier
      bmortier @bmortier · 9 years ago
      Author Maintainer

      hello,

      remove the spam options from the mail tabs were not useful or right

      Cheers

      (from redmine: written on 2016-04-15)

    • Côme Chilliet
      Côme Chilliet @cchilliet · 9 years ago
      Reporter

      Also applied this to 1.1

      (from redmine: written on 2016-04-19)

    • bmortier
      bmortier @bmortier · 9 years ago
      Author Maintainer

      hello,

      we need to remove the spam options title and leftover function from the mail user tab

      Cheers

        'options2' => array(
          'name' => _('Spam options'),
          'attrs' => array(
            new FlagsAttribute ('gosaMailDeliveryMode', array(
              'flag_ownmailbox',
              'flag_vacation',
              'flag_localonly',
              'flag_sieveownscript'
            ))
          )
        ),

      (from redmine: written on 2016-04-20)

    • bmortier
      bmortier @bmortier · 9 years ago
      Author Maintainer

      hello,

      there is an exemple ldif here

      https://svn.apache.org/repos/asf/spamassassin/branches/3.0/ldap/sa_test.ldif

      i seems its multivaluated and looks like that

      spamassassin: add_header all Foo LDAP read

      but there is not much doc about it :/

      (from redmine: written on 2016-04-26)

    • Côme Chilliet
      Côme Chilliet @cchilliet · 9 years ago
      Reporter

      There is a bit of documentation here: http://commons.oreilly.com/wiki/index.php/SpamAssassin/SpamAssassin_Rules#Storing_Scores_in_an_LDAP_Database

      But they don’t seem to provide a schema, there is even no objectClass provided, they say «To add SpamAssassin preferences to your users, extend the objectClass that represents a user to allow an additional, optional spamassassin attribute», which does not seem very clean. We need to check the OID they provide to see if we can reuse it and decide if we use our own OID prefix for the objectClass.

      About the content of the attribute it seems to be spamassassin rules syntax, so we also need to see if we provide direct rule edition or something higher level.

      (from redmine: written on 2016-04-26)

    • Côme Chilliet
      Côme Chilliet @cchilliet · 9 years ago
      Reporter

      Added basic support for this attribute but I don’t fully understand what it’s for, documentation is far from clear.

      (from redmine: written on 2016-04-27)

    • Jonathan Swaelens
      Jonathan Swaelens @jswaelens · 9 years ago
      Developer

      The readme say that only the next options will work with the LDAP backend.

      score: add a value to define if the mail is a spam or not (5 = spam)
      whitelist_from: define if the sender is whitelisted or not (work with regex => https://wiki.apache.org/spamassassin/ManualWhitelist)
      required_score: minimum value to define the mail as spam (default 5)
      auto_report_threshold: not found in the documentation
      

      I think it would be better to create a list of directives that the user can select and use a field to write the rest of the rule.

      In FD:

      score: dropdown with numbers and a field to complete the rule (score MYRULE 2)
      whitelist_from: a simple field (whitelist_from toto@mail.com)
      required_score: a dropdown with a field to complete the rule (required_score MYRULE 20)
      

      (from redmine: written on 2016-04-28)

    • Côme Chilliet
      Côme Chilliet @cchilliet · 9 years ago
      Reporter

      Ok, I changed the first field for a dropdown with the possible values: score, whitelist_from, required_score

      (from redmine: written on 2016-04-29)

    • Jonathan Swaelens
      Jonathan Swaelens @jswaelens · 9 years ago
      Developer

      Close issue

      (from redmine: written on 2016-04-29)

    • Jonathan Swaelens closed 7 years ago

      closed

    • bmortier added Changed label 6 years ago

      added Changed label

    Please register or sign in to reply
    Assignee
    Côme Chilliet's avatar
    Côme Chilliet
    Assign to
    Labels
    0
    None
    0
    None
      Assign labels
    • Manage project labels

    Milestone
    No milestone
    None
    Due date
    None
    None
    None
    Time tracking
    No estimate or time spent
    Confidentiality
    Not confidential
    Not confidential

    You are going to turn on confidentiality. Only project members with at least the Reporter role, the author, and assignees can view or be notified about this issue.

    Lock issue
    Unlocked
    0
    0 Participants
    Reference:

    Menu

    Explore Projects Groups Topics Snippets