Oups sieve error

This commit is contained in:
Lyes Saadi 2025-10-20 13:42:33 +02:00
parent 144e22c801
commit c59525664c
Signed by: lyes
GPG key ID: 55A1D803917CF39A
2 changed files with 6 additions and 4 deletions

View file

@ -54,7 +54,7 @@
if address :is :domain "X-Original-To" "lyes.eu" {
if address :localpart :regex "X-Original-To" "^(([a-zA-Z]+\\.)*([a-zA-Z]+))(-([a-zA-Z0-9_.\\-]*))?''$" {
set :lower "sub_folder" "''${1}"
set :lower "sub_folder" "''${1}";
set "mbox_candidate" "INBOX.''${sub_folder}";
fileinto :create "''${mbox_candidate}";
}