Re: [SAtalk] Header/body tests docs

2003-09-23 Thread Samuli Kärkkäinen
On Tue, Sep 23, 2003 at 03:58:04PM -0500, Yackley, Matt wrote: > Do you have an example of what you are trying to search for that would > require searching the email as a whole instead of a line at a time? Here's an example of the kind of double bounces I want to match: From [EMAIL PROTECTED]

RE: [SAtalk] Header/body tests docs

2003-09-23 Thread Yackley, Matt
-Original Message- From: Samuli Kärkkäinen [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 23, 2003 1:35 PM To: Fred Cc: [EMAIL PROTECTED] Subject: Re: [SAtalk] Header/body tests docs AFAICT the "full" test tests one line at a time against the regexp, while I'd like a

Re: [SAtalk] Header/body tests docs

2003-09-23 Thread Samuli Kärkkäinen
AFAICT the "full" test tests one line at a time against the regexp, while I'd like a test that tests the entire message against the regexp. On Tue, Sep 23, 2003 at 10:31:45AM -0400, Fred wrote: > I think this would be > > fullTEST_NAME/regex/ > > Samuli Kärkkäinen wrote: > > The manual >

Re: [SAtalk] Header/body tests docs

2003-09-23 Thread Fred
I think this would be fullTEST_NAME/regex/ Samuli Kärkkäinen wrote: > The manual > (http://au2.spamassassin.org/doc/Mail_SpamAssassin_Conf.html) doesn't > make it clear if user defined tests "header", "rawbody" etc. match > one line at a time or the entire message at once. Experimentat