Code

Starting move
[gosa.git] / gosa-core / plugins / personal / mail / sieve-spam.txt
1 # Sort mails with higher spam level
2 if header :contains "X-Spam-Level" "$spamlevel" {
3   fileinto "$spambox";
4 }