;------------------------------------------------------------------------------ ; ; Privacy Exceptions ; ; exceptions configuration file v0.1 build 0001 ; ;------------------------------------------------------------------------------ ;------------------------------------------------------------------------------ ; required script items ;------------------------------------------------------------------------------ [Script] Name = "TearDrop List Sample" Type = list ;------------------------------------------------------------------------------ ; required lsi items ;------------------------------------------------------------------------------ [List_Template] Name = PrivacyExceptions Colums = PrivExColList Check = 0 Index = 0 AnyValue = "Any" [PrivExColList] 0000 = PrivExCol0 0001 = PrivExCol1 [PrivExCol0] Name = "Allowed Web/e-mail address" Size = 290 Type = edit Value= none [PrivExCol1] Name = "Exception type" Size = 164 Type = combo List = PrivExTypesList Value= none [PrivExTypesList] 0000 = "HTTP" 0001 = "SMTP" [NewItem_Template] 0000 = "Specify allowed address" 0001 = "Choose type"