[CSCMail-Users] Always Filter problem
Brought to you by:
countzer0
From: Laurent M. <lau...@se...> - 2000-07-19 07:22:30
|
Hello, First thank for the reply for my previous mail about the same problem. So ... I've got mail, sending by our project administrator which subject are like this : ( " are not present, It's just to know about space ...) "Gen pre1_1 upgrade OK" "Gen knl1_0 upgrade OK" "Gen cre1_1 upgrade OK" "Gen AR upgrade OK" "Gen BL upgrade OK" "Gen ZH upgrade OK" "Gen NE upgrade OK" (ENd the same but with 'all' instead of 'upgrade' ) So I first write this filter : "Gen (AR|BL|ZH|NE|pre|cre|knl)" This one work fine for AR BL ZH NE but not for mail about pre1_1 cre1_1 knl1_0. Second, I write : "Gen (AR|BL|ZH|NE|pre?_?|cre?_?|knl?_?)" Always the same. This does not work for pre1_1, cre1_1, knl1_0 Then, I try "Gen (AR|BL|ZH|NE|pre[0-9_]*|cre[0-9_]*|knl[0-9_]*)" But this does not work too !! Some idea ? Thanks very much |