Code

Added allow_remove method for mailAccount
[gosa.git] / 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 }