procmail
[Top] [All Lists]

Matching 6 lines in the body, in order

1998-06-11 17:54:17

Ok, most of the spam I am getting has these lines as the *first* lines of  
the message.

SO I would like to match this iff it comes after one blank line at the top  
of the message:


Authenticated sender is
Subject:
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit

but I am having trouble making it work, here's what I have tried:

:0 B
* ^Authenticated sender is
* ^Subject:
* ^Mime-Version: 1\.0
* ^Content-Type: text\/plain\; charset="us-ascii"
* ^Content-Transfer-Encoding: 7bit
| formail -A"X-SpamChecker: 5-fold-spam-match"

Clues appreciated

TjL