Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
I
ISPConfig 3
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 507
    • Issues 507
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 28
    • Merge Requests 28
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISPConfig
  • ISPConfig 3
  • Issues
  • #5232

Closed
Open
Created Jan 31, 2019 by Steffen Nielsen@steffenenavn

Sieve filter when "ends with" is not user friendly

When you choose to create a mailfilter under the mailbox within ISPconfig with the settings "From" and "Ends with". The user will most likely fill in for example ".com" which gives the following if in sieve:

if header :regex ["from"] [".*\.com$"]

This will unfornately not trigger on emails from .com-addresses because sieve sees them as ".com>". The following if would trigger instead.

if header :regex ["from"] [".*\.com\>$"]

If this can be confirmed by others. Is it possible to make ISPconfig automatically appending ">" when users are choosing filters with "Ends with"? Most likely "Begins with" must be adjusted too.

Edited Jan 31, 2019 by Steffen Nielsen
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None