Hello guys, 
As I am setting up my new box, 
The sieve does not really work or works half way as expected. 

Example I have created a rule 

root@rocky .sieve]# ls -al
total 20
drwx------. 3 vpopmail vchkpw 4096 May 29 01:41 .
drwx------. 4 vpopmail vchkpw 4096 May  4 10:04 ..
lrwxrwxrwx  1 vpopmail vchkpw   19 May 29 01:41 dovecot.sieve -> 
rainloop.user.sieve
-rw-------  1 vpopmail vchkpw  261 May 29 01:41 dovecot.svbin
-rw-------  1 vpopmail vchkpw  802 May 29 01:41 rainloop.user.sieve
drwx------  2 vpopmail vchkpw 4096 May 29 01:41 tmp
-rw-r--r--. 1 vpopmail vchkpw    0 May  4 10:04 user.sieve


if header :contains ["From"] “[email protected]"
{
    reject "NO!!!";
    stop;
}

/* END:FILTER */


Which does reply just fine 
With the following message

Your message to <rm@ <mailto:[email protected]>domain.com>  was automatically 
rejected:
NO!!!

Matching the above, the problem is that the message ends up in my mailbox 
instead of dropping it. Any suggestions?

Thanks 

Reply via email to