On Mon, May 17, 2010 at 1:13 PM, Amit Sharma <[email protected]> wrote:
> Hi,
>
> Please help me putting AND condition in Postmaster Filter.
>
> I
>  would like to put a filter, for example:
>
> From: [email protected]
> Subject:
>  Hello
> Subject: World
>
> Now when i put this in filter and save,
>  it ignores
> Subject: Hello
>
> and just keeps
> from:
> [email protected]
>
> Subject: World
>
> I would like to filter any ticket that comes from
> [email protected] and has Hello AND World in it.

Give this a try
Subject: (?=Hello)(?=World)

as explained here
http://stackoverflow.com/questions/469913/regular-expressions-is-there-an-and-operator

_______________________________________________
Ilugd mailing list
[email protected]
http://frodo.hserus.net/mailman/listinfo/ilugd

Reply via email to