Gordon Messmer wrote:
I can't replicate that behavior.  You're saying that the filter you 
posted will match all of "[EMAIL PROTECTED]"s messages, and also any 
message with "very important message" in the body?
  

The filter I posted matches either, I need the filter to match all.  The filter I posted is my attempt at matching all but it does not work :(

thanks
  


matt wrote:
  
Hi,

need to filter incoming mail for a single user so that any mail coming
from [EMAIL PROTECTED] *and* includes the string "very important message"
in the body gets cc'd to user2@ domain.com then delivers the message
normally.

I have worked most of it out but my filter seems to do "or" not "and"
now I am stuck.

tia

if ( /^From:[EMAIL PROTECTED]/:h && /very important message/:b )
{
exception {
    cc "[EMAIL PROTECTED]"
}
}
to "./Maildir/."




-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
  
    


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
  

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to