From: Jan on
On Tue, 03 Nov 2009 16:32:30 +0100, Clausen <> wrote:

> Using filter to choose stationery for reply ?

Now I found out how to,
but is it possible to have more addresses in the "contains" window,
and how ?
From: John H Meyers on
On Sun, 08 Nov 2009 07:45:26 -0600, Jan wrote:

> is it possible to have more addresses
> in the "contains" [condition, of a filter]

Try using "matches regexp (case insensitive)"
with: (addr1)|(addr2) Etc.
instead of "contains"

--
From: Jan on
On Sun, 08 Nov 2009 08:03:19 -0600, "John H Meyers"
<jhmeyers(a)nomail.invalid> wrote:

> On Sun, 08 Nov 2009 07:45:26 -0600, Jan wrote:
>
> > is it possible to have more addresses
> > in the "contains" [condition, of a filter]
>
> Try using "matches regexp (case insensitive)"
> with: (addr1)|(addr2) Etc.
> instead of "contains"

Separated with | not , ?
a half OR (||) in JavaScript :-)