I am using the following receipe to save to my default folder all mail that
has my email address in it.  My understanding is that this reciepe does search
only the body of the email.

-----------------------------------
:0 B
* ([EMAIL PROTECTED]|subba|Subba)
$DEFAULT

:0
* ^[EMAIL PROTECTED]
$LISTMAILDIR/listx/
-----------------------------------

The email from mailing listx-l has the following in the header and my first
filter is capturing this and putting it in my default directory.  The email is
addressed to the list and not to me personally.  All email from this list have
the "Delivered-To:" line in it and my first filter is writing this email to
my DEFAULT folder. 

-----------------------------------
Received: from unknown (HELO mail5.noh.cablespeed.com) (24.35.8.45)
        by 0 with SMTP; 14 Feb 2003 18:12:14 -0000
Received: (qmail 333 invoked by alias); 14 Feb 2003 18:12:14 -0000
Delivered-To: [EMAIL PROTECTED]                                             
Received: (qmail 327 invoked by uid 0); 14 Feb 2003 18:12:14 -0000              
Received: from unknown (HELO www.domdot.com) (110.215.85.69)                  
-----------------------------------

How can I skip searching the entire header information and only search the
To: , CC: and Bcc: lines in the header for the ^TO_ flag?

Thank you in advance.
-- 
Subba Rao
[EMAIL PROTECTED]


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to