Re: Problem matching newline in body

2010-05-21 Thread John Horne
On Fri, 2010-05-21 at 06:53 -0700, John Hardin wrote: > On Fri, 21 May 2010, John Horne wrote: > > > Hello, > > > > Can you tell it's Friday afternoon? What should be a simple problem > > always seems to become a nightmare on Friday afternoons! :-) > > > > Using SA 3.3.1 I have the following simpl

Re: Problem matching newline in body

2010-05-21 Thread John Horne
On Fri, 2010-05-21 at 15:51 +0200, Yet Another Ninja wrote: > On 2010-05-21 15:40, John Horne wrote: > If I send a message containing: > > some text > userid: > some more text ... > > > > Can someone show me how to match a newline character in the above rule > > please? > > can you

Re: Problem matching newline in body

2010-05-21 Thread John Hardin
On Fri, 21 May 2010, John Horne wrote: Hello, Can you tell it's Friday afternoon? What should be a simple problem always seems to become a nightmare on Friday afternoons! :-) Using SA 3.3.1 I have the following simple rule: body LOCAL_JH /userid:\s*\n/i which should look for 'useri

Re: Problem matching newline in body

2010-05-21 Thread Yet Another Ninja
On 2010-05-21 15:40, John Horne wrote: Hello, Can you tell it's Friday afternoon? What should be a simple problem always seems to become a nightmare on Friday afternoons! :-) Using SA 3.3.1 I have the following simple rule: body LOCAL_JH /userid:\s*\n/i which should look for 'useri

Problem matching newline in body

2010-05-21 Thread John Horne
Hello, Can you tell it's Friday afternoon? What should be a simple problem always seems to become a nightmare on Friday afternoons! :-) Using SA 3.3.1 I have the following simple rule: body LOCAL_JH /userid:\s*\n/i which should look for 'userid:', any number of spaces and then a NL c