Re: Beginning of line in body vs rawbody

2016-01-29 Thread John Hardin
On Fri, 29 Jan 2016, Olivier Coutu wrote: To: Aa To: Bb To: Cc To: Dd To: Ee Here are the rules to test: # tests for SA list bodyT_BODY_TO_NOMULTI /(^|\n|\r)To: \S/i #Should hit "To : " at start of line rawbody T_RAWBODY_TO_NOMULTI/(^|\n|\r)To: \S/i#I am uns

Re: Beginning of line in body vs rawbody

2016-01-29 Thread Reindl Harald
Am 29.01.2016 um 17:16 schrieb Olivier Coutu: I am trying to diagnose why certain rules do not fire as expected on beginning of lines. Here is a MWE e-mail # tests for SA list bodyT_BODY_TO_NOMULTI /(^|\n|\r)To: \S/i #Should hit "To : " at start of line tflags T_BODY_TO_NOMU

Beginning of line in body vs rawbody

2016-01-29 Thread Olivier Coutu
Hi, I am trying to diagnose why certain rules do not fire as expected on beginning of lines. Here is a MWE e-mail """ From: f...@addr.com To: t...@addr.com Subject: email's subject Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable To: Aa To: Bb To: Cc