BEGIN ProductionRule       
    Rule                 Storage
    Material             InMailBag
    Container            SortingDesk
#    Room                 MailOffice
    Distribution         Random  
    MaxSlotId            0  
END

BEGIN ProductionRule       
    Rule                 Storage
    Material             InMailBag
    Container            Table
    Room                 MailOffice
    Distribution         Random  
    Condition            NotLoaded
    MaxSlotId            3
END

BEGIN ProductionRule       
    Rule                 Storage
    Material             LoadedMailCart
    Container            MailMarkerSlot
    Distribution         Random  
    #Condition            NotLoaded
    MaxSlotId            0
END

BEGIN ProductionRule       
    Rule                 Storage
    Material             SortedMail
    Container            EmptyMailCart
#    Room                 MailOffice
    Distribution         Nearest
    MaxSlotId            0  
END

BEGIN ProductionRule       
    Rule                 Storage
    Material             ReturnMailCart
    Container            ReturnCartMarker
#    Room                 MailOffice
    Distribution         Nearest
    MaxSlotId            0  
END

BEGIN ProductionRule       
    Rule                 Storage
    Material             OutMailBag
    Room                 Exports
    Distribution         Random  
END

BEGIN ProductionRule       
    Rule                 Storage
    Material             AdminOutMail
    Container            AdminOutMailSlot
    Distribution         Nearest  
    Condition            NotLoaded
END

BEGIN Processor
    Processor            SortingDesk
    Input                InMailBag
    Output               SortedMail
    OperatingTime        15.0
    Properties           ShowDuringOperation
    Worker               Workman
END
