Code

Do not check for not existing posts
[gosa.git] / gosa-plugins / mail / etc / sieve-spam.txt
1 # Sort mails with higher spam level
2 if header :contains "X-Spam-Level" "$spamlevel" {
3   fileinto "$spambox";
4 }