Re[6]: Expiring filters

2002-01-18 Thread Raj
Daniel, On Thu, 17 Jan 2002, at 22:26:00 [GMT +0100] (which was 2:56 AM where I live) you wrote: D> The only way i can think os is, if it would be possible to put a D> variable (or expression) in that option that will increase or decrease D> the number by one each day. Is something like this pos

Re[5]: Expiring filters

2002-01-18 Thread Daniel
Thursday, 17 January, 2002, 5:50:14 AM, you wrote: R> I recall a thread with the same request some time back and Jan (if Irecollect R> right) had suggested that one could use the 'message is older than' option in R> the advanced options of the filter. Maybe some experimentation and you

Re[2]: Expiring filters

2002-01-18 Thread Daniel
Thursday, 17 January, 2002, 9:24:26 AM, you wrote: BK> It seems there is a problem with your question: Which object should BK> expire? BK> The answers assume that *a message* should expire. Your reference to BK> Forte Agent suggests that *a filter* should expire. I was reffering the to filter.

RegExp : Remove all emails in text for automatic forward

2002-01-18 Thread Alexis Haeringer
Bonjour TBTECH, Could you please help me for a regexp? Objective: (In automatic filter, in template msg for "Forward to action") Remove all instance of string of e-mail in body message, for forward a msg without e-mail (our privacy policy) My solution: match any any text (pattern1) until

Re: RegExp : Remove all emails in text for automatic forward

2002-01-18 Thread Alexis Haeringer
An other solution if perl will exist in TheBat!: %TEXT=~s/emailpattern/nothing/g; For non-perl-programmer ~s : replace emailpattern : emailregexp : email hit / by nothing /g all (all email hit) -- Bien à vous, Alexis Haeringer mailto:ginkyo[arobase]gmx.fr (al

Re: Regexp needed, please help

2002-01-18 Thread Marek Mikus
On Fri, 18 Jan 2002, [ISO-8859-15] Carsten Thönges wrote: > MM> Name: > MM> Surname: > MM> e-mail: > > You could try this one: > __ > %to=''%- > %to='%- > %setpattregexp=_(?ism)%- > ^\s*name\:\s*(.*?)\s*\n%- > ^