On 05/20/2010 03:25 PM, Michael Niehren wrote:
Hi together,
i am currently using dovecot 1.2.10 with the sieve-plugin and use a
sieve-filter to sort the SPAM-Mail's directly into a Junk-Folder:
require "fileinto";
# rule:[junkfilter]
if header :contains "X-Spam-Flag" "YES" {
fileinto "Junk";
On Qui, 20 Mai 2010, Michael Niehren wrote:
Hi together,
i am currently using dovecot 1.2.10 with the sieve-plugin and use a
sieve-filter to sort the SPAM-Mail's directly into a Junk-Folder:
require "fileinto";
# rule:[junkfilter]
if header :contains "X-Spam-Flag" "YES" {
fileinto "Junk";
}