previous Postmaster Filter and GenericAgent Modules

Hello, I have upgraded from 1.2.2 to 1.3 beta1. The GenericAgent and Postmaster are now configured through the web-interface and I guess the data is now held in the database. What I like to know is, can the old filters/modules still be used after all? Or do I need to redefine them all in the web-interface? regards, Volker PS: I really like the new bulk feature and the new stats section!

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)', },... Volker Am Mi, den 18.08.2004 schrieb Volker Maibaum um 15:28:
Hello,
I have upgraded from 1.2.2 to 1.3 beta1. The GenericAgent and Postmaster are now configured through the web-interface and I guess the data is now held in the database.
What I like to know is, can the old filters/modules still be used after all? Or do I need to redefine them all in the web-interface?
regards,
Volker
PS: I really like the new bulk feature and the new stats section! _______________________________________________ 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

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!

Hi Martin,
generic agent web-interface: ============================ You can use % as wildcard. You can't use regex because it's a SQL backend.
See: http://dev.mysql.com/doc/mysql/en/Regexp.html Perhaps other SQL implementations have similar features? Best wishes, Paul

Hi Volker, On Wed, Aug 18, 2004 at 03:28:52PM +0200, Volker Maibaum wrote:
I have upgraded from 1.2.2 to 1.3 beta1. The GenericAgent and Postmaster are now configured through the web-interface and I guess the data is now held in the database.
What I like to know is, can the old filters/modules still be used after all? Or do I need to redefine them all in the web-interface?
You can use the old way (Kernel/Config.pm) and the new way (web-interface). PS: But the config file settings are not shown in the web-interface.
regards,
Volker
PS: I really like the new bulk feature and the new stats section!
.-) Martin Edenhofer -- ((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg http://www.otrs.de/ :: Manage your communication!
participants (3)
-
Martin Edenhofer
-
Paul
-
Volker Maibaum