View Single Post
  #7 (permalink)  
Old 10-16-2005, 08:02 PM
tron tron is offline
Senior Member
 
Posts: 52
Default

Thanks, Kevin. The attribute name is zimbraMailSieveScript. However, the filter rule spans multiple lines, see below
require ["fileinto", "reject", "tag", "flag"];

# SPAM
if anyof (header :is "X-Spam-Flag" "YES" )
{
fileinto "/Junk";
}

How do I add an attribute with value that spans multiple lines with zmprov?


Quote:
Originally Posted by KevinH
I think you can set that attribute with zmprov. Just create a filter via the UI an look at it via LDAP (sorry don't have the schema in front of me at the moment).
Reply With Quote