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]
-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
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
>
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