Here's the tree... :-)

  Spam? -------------> Null
    |
!RecipientIsLocal? --> RemoteDelivery
    |
   Log    
    |
RecipientIs
[list]? -------------> HasAttachment? ----> BounceAtt
    |                       |
    |                  RecipientIs
    |                  mylist? -----------> MyList
    |                        |
    |                        |
    |                  RecipientIs
    |                  yourList ----------> YourList
    |
RecipientIs
[lowUser]? ---------> SizeIsOver=500k? ---> BounceSize
    |                        |
    |                        |
    |                  LocalDelivery
    |
RecipientIs
[highUser]? --------> SizeIsOver=2M? -----> BounceSize
    |                        |
    |                        |
    |                   RecipientIs
    |                     pluto? ---------> Translator
    |                        |                  |
    |                        |            LocalDelivery
    |                        |
    |                   RecipientIs
    |                     pippo? ---------> Forward
    |                        |
    |                        |
    |                   RecipientIs
    |                     minnie? --------> BounceOnVacation
    |
RecipientIs
  root? --------------> Forward


Each leaf is an exit point and no 'continue' are allowed.

Fede


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/>
Problems?:           [EMAIL PROTECTED]

Reply via email to