[Dovecot] POP3 Problem with SPAM-Mail's over sieve

Michael Niehren michael at NIEHREN.de
Thu May 20 17:25:02 EEST 2010


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";
}


My problem is now, if i try to retrieve the Mails via POP3, i did not get the 
SPAM-Mail's in the Junk-Folder, only the normal ones, that are not filtered 
over the sieve plugin.

Could anyone tell me how to solve that issue ?

best regards
  Michael

-- 
Michael Niehren              __   _       powered by
                            / /  (_)__  __ ____  __
                           / /__/ / _ \/ // /\ \/ /
                          /____/_/_//_/\_,_/ /_/\_\


More information about the dovecot mailing list