View Single Post
  #2 (permalink)  
Old 06-08-2007, 08:01 PM
jholder jholder is offline
Former Zimbran
 
Posts: 5,606
Default

Quote:
Originally Posted by Atauhalpa Pierrie Bulling View Post
I want create a new Mailbox filter to users from zmmailbox, but this error is show in shell.
zmmailbox -m user1 -v -a admin -p "passwordzimbra" afrl --first "namefilter" active any contains "@teste.com.br" fileinto "/inbox/TESTE"
ERROR: zclient.CLIENT_ERROR (unknown keyword: contains)
I think that's supposed to be:
Code:
zmmailbox -m admin -v -a admin -p "passwordzimbra" afrl --first "namefilter" active any header "from" contains "@teste.com.br" fileinto "/TEST"
Special thanks to super mario for helping me with this

jh
Reply With Quote