* Sat Oct 11 2025 Brian Read <brianr@koozali.org> 11.0.0-5.sme

- Add Dovecot Sieve generation and application [SME: 13232]
This commit is contained in:
2025-10-20 16:31:41 +01:00
parent 1f26e43d09
commit 61ec02df1f
25 changed files with 1228 additions and 188 deletions

View File

@@ -132,6 +132,9 @@
$secondtest = "* "."$basis2"."$criterion2"."\n";
}
$OUT .= "\n";
$OUT .= "# User rule $pmRule";
if ($copy eq 'no')
{
$OUT .= "\n";
@@ -162,6 +165,7 @@
$OUT .= " $deliver2\n";
$OUT .= "\}\n";
}
$OUT .= "# End of User rule $pmRule\n";
}#foreach rule
}#if rules exist
}
}