Re: [CSCMail-Users] filters
Brought to you by:
countzer0
From: Steven K. <sk...@st...> - 2000-12-14 18:04:04
|
On 14 Dec 2000 08:52:38 PST, Ralph Buchanan said: > Howdy all, > I'm the new kid in town and I have a question about the filter system. > I > subscribe to a group called PBS and I set up the filter as follows: > Filter Name: PBS > Filter type: Subject based > Folder to Move to: PBS > Search expression: [PBS-USERS] > and all my mail goes to this PBS folder. If I'm leaving something out > please ask. Any and all suggestions are welcome. What version of CSCMail are you using? If it's the 1.6.1 version, the search expression is a perl regex, and in that case, you are saying, "anything that has a P or a B or an S or a U or an R or an E, move to the PBS folder" What you really want to use is: \[PBS-USERS\] or simply PBS-USERS In CSCMail 1.7.x filters are simple text matches, and not perl regex'es due to this type of confusion... -CZ |