Scott wrote:

Specifically, I'm looking for something with real examples that make use of
tricky syntax.

Since apparently there isn't much documentation available for this, maybe someone can help me make a filter. I'm trying to create a single filter for all emails with the words .sport and .ltd in the subject header. Something like (which I know is wrong because it doesn't work):


if ((/^Subject:.*\.sport || .ltd /))
{
   to "./Maildir/.missedspam/."
}

What's the syntax for specifying whole words and conditionals?

-Scott



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to