Hi Volker,

On Wed, Aug 18, 2004 at 03:36:43PM +0200, Volker Maibaum wrote:
> hello again, 
> ...I forgot to ask:
> can I use regular expression in the web-interface of generic agent and
> postmaster:
> 
> I used to use sth. like this for my bigsister integration:
>         Match => {
>             Subject => '(^server1|^server2|^server3)\..*(down)',
>       },...

postmaster web-interface:
=========================
Yes you can use regex, but I'm not sure if your own is vaild.
If not, try "Subject => '^(server1|server2|server3)\..*(down)',".

generic agent web-interface:
============================
You can use % as wildcard. You can't use regex because it's a
SQL backend.

> Volker

  Martin Edenhofer

--
((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg
        http://www.otrs.de/ :: Manage your communication! 

_______________________________________________
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev

Reply via email to