/ Ted Stern was heard to say: | On 11 Feb 2008 12:37:30 -0800, Norman Walsh wrote: |> |> For the first time, I would like to split something based on two |> conditions instead of one. |> |> from "this address" and subject matches "this regex" ==> here |> from "this address" ==>there |> |> Seems like it ought to be obvious, but it's not. To me, anyway. |> Clue-by-four? |> |> Be seeing you, |> norm | | There's an example for this somewhere: | | (from "this address" (| ("subject" | "this regex" | "here") | "there")) Thanks! Be seeing you, norm -- Norman Walsh | Everything should be made as simple as http://nwalsh.com/ | possible, but no simpler.