Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • infrastructure infrastructure
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 106
    • Issues 106
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 14
    • Merge requests 14
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Arch LinuxArch Linux
  • infrastructureinfrastructure
  • Issues
  • #368
Closed
Open
Issue created Jun 27, 2021 by George Rawlinson@grawlinson☕Contributor

Enable sieve extension 'variables' on mail.archlinux.org

I'm subscribed to a few different Arch-related mailing lists and I'd like to be able to simplify my sieve config to this:

require ["regex", "fileinto", "mailbox", "variables"];

if header :regex ["From", "To", "CC"] "<(.*)@lists.archlinux.org>" {
  fileinto :create "${1}"; stop;
}

When I attempt to upload this to the server with sieve-connect, I receive the following error:

CHECKSCRIPT failed: NO {98}
line 4: error: require command: unknown Sieve capability `variables'.
error: validation failed.

If there is a better alternative, I'd love to know.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking