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

2010-05-20 Thread Hugo Monteiro
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";

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

2010-05-20 Thread Eduardo M KALINOWSKI
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"; }