View Single Post
  #4 (permalink)  
Old 02-05-2010, 12:04 PM
jishaashok jishaashok is offline
Starter Member
 
Posts: 2
Default

Quote:
Originally Posted by jholder View Post
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
Do make sure that the filter rules added does not contain spaces. Example :

The following rule would give error becaue of the space between the words "Alert: New Mail"

"Rule_1" active any header "subject" contains "Alert: New Mail from" fileinto "Inbox/New" stop

I have tried adding black slashes to escape the spaces, but they do not work.

You just have to be satisfied with using only one word in the Subject. Better option is to create filter rule using the "To" and "From".
Reply With Quote