Re: [CSCMail-Users] Correct format of filters
Brought to you by:
countzer0
From: Count Z. <cou...@cy...> - 2000-06-30 05:00:46
|
savedmail was overheared mumbling something about this on 29 Jun 2000 22:54:20 EDT > I am having a little trouble getting the filters to work correctly. What > I need to do is to have the messages filtered into various folders > depending on the criteria thats contained in the subject of the emails. > > To give an example I need to move messages that contain the sequence > (SHU) or (MAC) or (HER) to a folder name customers. Do I need to make 3 > separate filters for these or can they all be combined into one filter? With version 1.6.1 you can use perl Regular expressions and a single filter: [(SHU)|(MAC)|(HER)] would work In version 1.7.8 normal regular expressions have been disabled due to users incorrectly putting things like *@host.com in the field, and causing cscget to crash. I am working on implimenting an option (with the appropriate warning) to allow an experienced user to have the power of true regex's and yet protect the inexperienced. Even with 1.7.8 though, you can still get the same results, but it takes three filters. -CZ -- -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GIT/CM d--(+) s+: a- C++++ UL++++$ P+++ L+++>++++ E--- W+++(--) N+ o? K? w---(++) O M->-- !V PS+++ PE Y+ PGP t+@ 5? X+ R++ tv-- b+++ DI? D++ G e h r- y+ ------END GEEK CODE BLOCK------ |