View Single Post
  #16 (permalink)  
Old 11-02-2009, 05:29 PM
Matt Rhoades Matt Rhoades is offline
Zimbra Employee
 
Posts: 16
Default

Quote:
Originally Posted by ewilen View Post
Okay, based on some reading of the RFCs, I think this will capture any meeting-related message from any source (even Google Calendar), with a fairly low chance of capturing anything else.

Code:
If ALL of the following conditions are met:

Body contains Content-Type: text/calendar
Body contains method=
Body contains METHOD:
Body contains VEVENT
Body contains VCALENDAR

Perform the following actions:

File into Folder <folder_name>
I'll test in the morning with the "assistant" using various clients.



In 6.0.x, bug 18104 has been implemented, so these filter rules will not work (see bug 42304). Additionally, bug 19898 has been implemented in 6.0.2+.

To continue filtering invitations, users need to convert existing filter rules to the new bug 19898 format.
Reply With Quote