Posts

Showing posts with the label rules

Some Sieve rules which I used in the past

Some Sieve rules which I used in the past Here is a list of Sieve rules which I used in the past. Some people do not see a use for managing your incoming email automatically but I always found it useful, I guess it depends on your style of working. At Sun Microsystems we used to run email on Suns own products (Sun Java System Messaging Server) and there was a web interface to create Sieve rules since the normal interface did not provide enough flexibility sometimes. The examples below use one important feature: each rule ends with a stop; which means that if the rule is applicable and the action executed then no further filter rule parsing is applied. The email will be moved to the target folder. If you want the capability to duplicate emails in different folders then simply omit the stop; and the email will be passed to the next filter. Filter on recipient (To, CC, ...) I used this to filter emails going to maillists like ...-interest. recipient: abc-interest target folder...