Hi,we've got a problem with a message filter rule. It says simplifiedif (attachment-filename == "(?i)\\.(xls|xlsm)$"){ notify(...); drop();}When someone adds an attachment, created as pdf from an legacy excel file (Quote.xls) the pdf converter write...